Skip to main content

ErrorRenderer

Trait ErrorRenderer 

Source
pub trait ErrorRenderer {
    type Output;

    // Required method
    fn render(&self, report: &DiagnosticReport) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn render(&self, report: &DiagnosticReport) -> Self::Output

Implementors§