[][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 ScanErrors[src]

Loading content...