Function miette::set_reporter[][src]

pub fn set_reporter(
    reporter: impl DiagnosticReportPrinter + Send + Sync + 'static
) -> Result<(), MietteError>
Expand description

Set the global DiagnosticReportPrinter that will be used when you report using [DiagnosticReport].