pub type Result<T> = Result<T, Error>;
Expand description

Convenience type so that we can use Result<T> instead of Result<T, E>.