pub fn push_type_archive_with_progress<P: ProgressCallback>(
type_archive: &TypeArchive,
file: &RemoteFile,
progress: P,
) -> Result<usize, ()>
Expand description
Push locally added snapshots to the remote
type_archive
- TypeArchive to pushfile
- Remote File to push toprogress
- Function to call for progress updates