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: String
Show fields
Fields of InvalidFile
path: String
Generic 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 VfsError
impl !UnwindSafe for VfsError
impl !UnwindSafe for VfsError