Function apply_changes

Source
pub fn apply_changes(
    filesystem: &mut dyn Filesystem,
    write_root: &Path,
    state: RecordState<'_>,
) -> Result<()>
Expand description

After the user has selected changes in the provided RecordState, write the results to the provided Filesystem.