extract_zip

Function extract_zip 

Source
pub async fn extract_zip<R: AsyncRead + Unpin>(
    destination: &Path,
    reader: R,
) -> Result<()>