pub fn merge_database<C: DatabaseConflictHandler>(
database: &Database,
conflict_handler: C,
) -> Result<(), ()>
Expand description
Merge all leaf snapshots in a database down to a single leaf snapshot.
database
- Database to mergeconflict_handler
- Function to call for progress updates