[][src]Function c2rust_refactor::driver::run_refactoring

pub fn run_refactoring<F, R>(
    config: Config,
    cmd_reg: Registry,
    file_io: Arc<dyn FileIO + Sync + Send>,
    marks: HashSet<(NodeId, Symbol)>,
    f: F
) -> R where
    F: FnOnce(RefactorState) -> R,
    R: Send