Enum mit_commit_message_lints::relates::vcs::Error [−][src]
pub enum Error {
GitIo(Error),
EpochConvert(TryFromIntError),
SystemTime(SystemTimeError),
}Variants
GitIo(Error)Tuple Fields of GitIo
0: ErrorEpochConvert(TryFromIntError)Tuple Fields of EpochConvert
SystemTime(SystemTimeError)Tuple Fields of SystemTime
Trait Implementations
Performs the conversion.
Performs the conversion.