pub type Result<T, E = Error> = Result<T, E>;
Result type used for fallible operations in this crate.