pub type Result<T> = Result<T, Error>;
A specialized std::result::Result type for cryptographic errors.
std::result::Result