pub fn sync_type_archive_with_progress<C: TypeArchiveConflictHandler, P: ProgressCallback>(
type_archive: &TypeArchive,
file: &RemoteFile,
conflict_handler: C,
progress: P,
) -> Result<(), ()>
Expand description
Completely sync a type archive, pushing/pulling/merging/applying changes
type_archive
- TypeArchive to syncfile
- File to sync withconflict_handler
- Function to call to resolve snapshot conflictsprogress
- Function to call for progress updates