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

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

Generic result type with ZipError as its error variant