pub fn pull_type_archive<C: TypeArchiveConflictHandler>(
type_archive: &TypeArchive,
file: &RemoteFile,
conflict_handler: C,
) -> Result<usize, ()>
Expand description
Pull updated type archives from the remote.
type_archive
- TypeArchive to pullfile
- Remote File to pull toconflict_handler
- Function to call to resolve snapshot conflicts