Enum async_vfs::VfsError [−][src]
pub enum VfsError {
IoError(Error),
InvalidAbsolutePath {
path: String,
},
InvalidFile {
path: String,
},
WithContext {
context: String,
cause: Box<VfsError>,
},
}Variants
IoError(Error)Show fields
Fields of InvalidAbsolutePath
path: StringShow fields
Fields of InvalidFile
path: StringGeneric error context, used for adding context to an error (like a path)
Show fields
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for VfsError
impl !RefUnwindSafe for VfsErrorimpl !UnwindSafe for VfsError
impl !UnwindSafe for VfsError