Type Definition time::Result [−][src]
type Result<T> = Result<T, Error>;
An alias for Result
with a generic error from the time crate.
type Result<T> = Result<T, Error>;
An alias for Result
with a generic error from the time crate.