pub type Result<T, E = Error> = Result<T, E>;
A convenience wrapper for a core::result::Result with an Error
core::result::Result
Error