get_blob

Function get_blob 

Source
async fn get_blob(
    archive: &mut ZipFileReader<BufReader<File>>,
    name: &str,
) -> Result<Vec<u8>>