pub type Result<T> = Result<T, Error>;
A specialized Result type for the crate’s Error type.
Result
Error