pub type ExtraDiagnosticsFn<C> = dyn Fn(&Document<C>) -> Vec<Diagnostic> + Send + Sync;Expand description
The type of the SimpleLanguage::extra_diagnostics hook.
pub type ExtraDiagnosticsFn<C> = dyn Fn(&Document<C>) -> Vec<Diagnostic> + Send + Sync;The type of the SimpleLanguage::extra_diagnostics hook.