Enum file_matcher::FileMatcherError [−][src]
pub enum FileMatcherError { TooMany(OneEntry), NotExists(OneEntry), NotReadable(PathBuf), InvalidUnicode(OsString), IoError(Error), FsExtraError(Error), RegexError(Error), }
Variants
TooMany(OneEntry)
NotExists(OneEntry)
NotReadable(PathBuf)
InvalidUnicode(OsString)
IoError(Error)
FsExtraError(Error)
RegexError(Error)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for FileMatcherError
impl Unpin for FileMatcherError
impl !UnwindSafe for FileMatcherError