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

Alias for a Result with the error type Error.