[][src]Trait libslide::diagnostics::DiagnosticRegistry

pub trait DiagnosticRegistry {
    fn codes_with_explanations() -> Vec<(&'static str, &'static str)>;
}

Describes an individual registry of slide diagnostics.

Required methods

fn codes_with_explanations() -> Vec<(&'static str, &'static str)>

Retrieves all diagnostic codes owned by this registry and their explanations.

Loading content...

Implementors

impl DiagnosticRegistry for LintConfig[src]

fn codes_with_explanations() -> Vec<(&'static str, &'static str)>[src]

All lint codes and their explanations.

impl DiagnosticRegistry for ParseErrors[src]

impl DiagnosticRegistry for PartialEvaluatorErrors[src]

impl DiagnosticRegistry for ScanErrors[src]

Loading content...