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