pub type Result<T> = Result<T, Error>;
A specialized Result type for operations.
Result
This is defined as a convenience.