Searched defs:ZipArchive (Results 1 – 1 of 1) sorted by relevance
67 pub struct ZipArchive<R> { struct73 pub use zip_archive::ZipArchive;294 impl<R: Read + io::Seek> ZipArchive<R> { impl