with_compilation_reporter

Function with_compilation_reporter 

Source
pub fn with_compilation_reporter<O>(
    quiet: bool,
    project_root: Option<PathBuf>,
    f: impl FnOnce() -> O,
) -> O
Expand description

Configures the reporter and runs the given closure.