Host

Trait Host 

Source
pub trait Host: HostDescriptor + Send {
    // Required method
    fn convert_error_code(&mut self, err: FilesystemError) -> Result<ErrorCode>;
}
Available on crate feature p3 only.

Required Methods§

Implementations on Foreign Types§

Source§

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

Implementors§