pub type Result<T> = Result<T, Error>;
An alias for Result with a generic error from the time crate.
Result