[][src]Type Definition time::Result

type Result<T> = Result<T, Error>;

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