Searched defs:ZipArchive (Results 1 – 1 of 1) sorted by relevance
69 pub struct ZipArchive<R> { struct75 pub use zip_archive::ZipArchive;296 impl<R: Read + io::Seek> ZipArchive<R> { implementation