pub fn upload_changes<T: MutTxnTExt + 'static, C: ChangeStore>(
progress_bar: ProgressBar,
store: &C,
txn: &mut T,
channel: &ChannelRef<T>,
changes: &[CS],
) -> Result<(), Error>
pub fn upload_changes<T: MutTxnTExt + 'static, C: ChangeStore>(
progress_bar: ProgressBar,
store: &C,
txn: &mut T,
channel: &ChannelRef<T>,
changes: &[CS],
) -> Result<(), Error>