pub fn pull_type_archive_with_progress<C: TypeArchiveConflictHandler, P: ProgressCallback>(
type_archive: &TypeArchive,
file: &RemoteFile,
conflict_handler: C,
progress: P,
) -> 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 conflictsprogress
- Function to call for progress updates