Function dragonfly_client_rs::client::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.
fn extract_zipfile<R: Read>(response: R) -> Result<TempDir>
Download and extract a zip, return the TempDir
containing the contents.