pub type ZipResult<T> = Result<T, ZipError>;
Expand description

Generic result type with ZipError as its error variant