[−][src]Trait rc_zip::ReadZip
A trait for reading something as a zip archive (blocking I/O model), when we can tell size from self.
See also ReadZipWithSize.
Required methods
fn read_zip(&self) -> Result<Archive, Error>
Reads self as a zip archive.
This functions blocks until the entire archive has been read. It is not compatible with non-blocking or async I/O.