pub fn merge_snapshots<C: DatabaseConflictHandler>( first: &Snapshot, second: &Snapshot, conflict_handler: C, ) -> Result<Snapshot, ()>
Merge a pair of snapshots and create a new snapshot with the result.