pub trait ErrorDiagnostic {
    // Required method
    fn diagnostics(&self) -> Vec<Diagnostic>;
}

Required Methods§

Implementors§