Enum mit_commit_message_lints::mit::cmd::errors::Error [−][src]
pub enum Error {
GitIo(Error),
NoAuthorsToSet,
UnableToDetermineNow(SystemTimeError),
TimeInUnusualFormat(TryFromIntError),
}
Variants
GitIo(Error)
Tuple Fields of GitIo
0: Error
UnableToDetermineNow(SystemTimeError)
Tuple Fields of UnableToDetermineNow
TimeInUnusualFormat(TryFromIntError)
Tuple Fields of TimeInUnusualFormat
Trait Implementations
Performs the conversion.
Performs the conversion.