unzip_from_remote

Function unzip_from_remote 

Source
pub async fn unzip_from_remote(
    id: ArchiveId,
    url: &str,
    cont: impl FnMut(&Path),
) -> Result<(), ()>
Available on crate feature zip only.
Expand description

§Errors

§Panics