Searched defs:DiagnosticError (Results 1 – 1 of 1) sorted by relevance
9 struct DiagnosticError(Box<dyn std::error::Error + Send + Sync + 'static>); struct10 impl Diagnostic for DiagnosticError {} implementation