Enum full_stop::error::Error [−][src]
pub enum Error {
Ignore(Error),
GlobPattern(PatternError),
Glob(GlobError),
ShellExpandLookup(LookupError<Box<Error>>),
Io(Error),
SerializeToml(Error),
DeserializeToml(Error),
}Variants
Ignore(Error)
Tuple Fields
0: ErrorGlobPattern(PatternError)
Tuple Fields
0: PatternErrorGlob(GlobError)
Tuple Fields
0: GlobErrorShellExpandLookup(LookupError<Box<Error>>)
Tuple Fields
0: LookupError<Box<Error>>Io(Error)
Tuple Fields
0: ErrorSerializeToml(Error)
Tuple Fields
0: ErrorDeserializeToml(Error)
Tuple Fields
0: ErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.