Searched defs:archive (Results 1 – 2 of 2) sorted by relevance
639 let mut archive = ZipArchive::new(file).map_err(|e| e.to_string())?; unzip() localVariable
647 let mut archive = ZipArchive::new(file).map_err(|e| e.to_string())?; in unzip() localVariable