Trait IntoSourceDiagnostic

Source
pub trait IntoSourceDiagnostic {
    // Required method
    fn into_source_diagnostic(self, span: Span) -> SourceDiagnostic;
}

Required Methods§

Implementors§