Skip to main content

execute_with_log

Function execute_with_log 

Source
pub fn execute_with_log(
    plans: &[RenamePlan],
    log_sink: &mut dyn LogSink,
) -> Result<ExecutionReport, FrenError>
Expand description

Apply a sorted plan vector, recording every rename to log_sink.