IntoDiagnostic

Trait IntoDiagnostic 

Source
pub trait IntoDiagnostic {
    type FileId;

    // Required method
    fn into_diagnostic(&self) -> Diagnostic<Self::FileId>;
}

Required Associated Types§

Required Methods§

Implementors§