Skip to main content

Host

Trait Host 

Source
pub trait Host: HostError { }
Available on crate feature p2 only.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl Host for ResourceTable

Source§

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

Implementors§