FilesystemError

Type Alias FilesystemError 

Source
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

Source§

fn from(error: Error) -> Self

Converts to this type from the input type.
Source§

impl From<ResourceTableError> for FilesystemError

Source§

fn from(error: ResourceTableError) -> Self

Converts to this type from the input type.