Enum tbf::DfsError [−][src]
pub enum DfsError {
FileNotFound,
Poisoned,
IoError(Error),
}Expand description
Error for a directory-backed filesystem
Variants
A file wasn’t found
A thread panic poisoned the state
An I/O error occured
Tuple Fields of IoError
0: ErrorTrait Implementations
Performs the conversion.