pub type Result<T> = Result<T, Rexiv2Error>;
A specialized Result type that specifies the Err instances will be Rexiv2Errors.