fn find_zip_entry<'a>(
    file: &'a ZipFile,
    name: &str
) -> Option<(usize, &'a StoredZipEntry)>
Expand description

Returns an entry index and a reference.