logo

Type Definition time::Result

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

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