pub fn download_type_archive<S: BnStrCompatible>(
file: &RemoteFile,
location: S,
) -> 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.