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

A convenience wrapper for a core::result::Result with an Error