Enum mit_commit_message_lints::external::Error [−][src]
pub enum Error {
Git2Io(Error),
InMemoryParseInt(ParseIntError),
InMemoryParseBool(ParseBoolError),
Io(Error),
Glob(PatternError),
Infallible(Infallible),
}Variants
Git2Io(Error)Tuple Fields of Git2Io
0: ErrorInMemoryParseInt(ParseIntError)Tuple Fields of InMemoryParseInt
InMemoryParseBool(ParseBoolError)Tuple Fields of InMemoryParseBool
Io(Error)Tuple Fields of Io
0: ErrorGlob(PatternError)Tuple Fields of Glob
0: PatternErrorInfallible(Infallible)Tuple Fields of Infallible
0: InfallibleTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.