Function extract_zipfile

Source
fn extract_zipfile<R: Read>(response: R) -> Result<TempDir>
Expand description

Download and extract a zip, return the TempDir containing the contents.