Function upload_changes

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