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