Type Alias ZipResult

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

Generic result type with ZipError as its error variant