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