Type Definition zip::result::ZipResult [] [src]

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

Generic result type with ZipError as its error variant