pub type Result<T, E = Error> = Result<T, E>;
A specialized Result type for all operations from this crate.
Result