Skip to main content

ExtraDiagnosticsFn

Type Alias ExtraDiagnosticsFn 

Source
pub type ExtraDiagnosticsFn<C> = dyn Fn(&Document<C>) -> Vec<Diagnostic> + Send + Sync;
Expand description

The type of the SimpleLanguage::extra_diagnostics hook.