pub fn sync_type_archive<C: TypeArchiveConflictHandler>(
type_archive: &TypeArchive,
file: &RemoteFile,
conflict_handler: C,
) -> 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 conflicts