pub type Result<T, E = Error> = Result<T, E>;
A convenient type alias for Result with E = crate::Error.
Result
E
crate::Error