Type Definition time::Result[][src]

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

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