Host

Trait Host 

Source
pub trait Host: Send { }
Available on crate feature p3 only.

Implementations on Foreign Types§

Source§

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

Implementors§