pub type Result<T, E = Error> = Result<T, E>;
A std::result::Result whose error type defaults to Error.