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