Type Definition time::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

An alias for std::result::Result with a generic error from the time crate.