pub type Result<T> = Result<T, Error>;
A specialized Result type where the error is hard-wired to Error.
Result
Error