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

A typedef of the result returned by many methods.