Function miette::set_printer[][src]

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

Set the global DiagnosticReportPrinter that will be used when you report using crate::DiagnosticReport.