Searched defs:ZipSections (Results 1 – 1 of 1) sorted by relevance
35 pub struct ZipSections { struct43 pub fn zip_sections<R: Read + Seek>(mut reader: R) -> Result<(R, ZipSections)> { in zip_sections() argument