[−][src]Function c2rust_refactor::driver::run_compiler
pub fn run_compiler<F, R>(
config: Config,
file_loader: Option<Box<dyn FileLoader + Send + Sync>>,
f: F
) -> R where
F: FnOnce(&Compiler) -> R,
R: Send,
pub fn run_compiler<F, R>(
config: Config,
file_loader: Option<Box<dyn FileLoader + Send + Sync>>,
f: F
) -> R where
F: FnOnce(&Compiler) -> R,
R: Send,