Skip to main content

Host

pub trait Host: HostLogger + Send { }
Available on crate feature component-model and crate feature runtime and (docsrs) only.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<_T: Host + ?Sized + Send> Host for &mut _T

Implementors§