pub type FilesystemError = TrappableError<ErrorCode>;Available on crate feature
p3 only.Aliased Type§
pub struct FilesystemError { /* private fields */ }Trait Implementations§
Source§impl From<Error> for FilesystemError
impl From<Error> for FilesystemError
Source§impl From<ResourceTableError> for FilesystemError
impl From<ResourceTableError> for FilesystemError
Source§fn from(error: ResourceTableError) -> Self
fn from(error: ResourceTableError) -> Self
Converts to this type from the input type.