Enum file_matcher::FileMatcherError [−][src]
pub enum FileMatcherError { TooMany(OneEntry), NotExists(OneEntry), NotReadable(PathBuf), InvalidUnicode(OsString), IoError(Error), FsExtraError(Error), RegexError(Error), }
Variants
Tuple Fields of TooMany
0: OneEntry
Tuple Fields of NotExists
0: OneEntry
Tuple Fields of NotReadable
0: PathBuf
Tuple Fields of InvalidUnicode
0: OsString
Tuple Fields of IoError
0: Error
Tuple Fields of FsExtraError
0: Error
Tuple Fields of RegexError
0: Error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.