pub fn download_type_archive_with_progress<S: BnStrCompatible, F: ProgressCallback>(
file: &RemoteFile,
location: S,
progress: F,
) -> Result<Option<Ref<TypeArchive>>, ()>
Expand description
Download a type archive from its remote, saving all snapshots to an archive in the
specified location
. Returns a TypeArchive
for using later.