Enum tbf::ImfsError [−][src]
pub enum ImfsError {
FileNotFound,
Poisoned,
}Expand description
Error for an in-memory filesystem
Variants
The requested file did not exist
The filesystem was poisoned by a thread panic
Trait Implementations
Performs the conversion.