Skip to main content

DiagnosticRenderer

Trait DiagnosticRenderer 

Source
pub trait DiagnosticRenderer {
    // Required method
    fn render(&self, diagnostic: &Diagnostic) -> String;
}

Required Methods§

Source

fn render(&self, diagnostic: &Diagnostic) -> String

Implementors§