[][src]Trait gluon_base::error::AsDiagnostic

pub trait AsDiagnostic {
    fn as_diagnostic(&self) -> Diagnostic;
}

Required methods

Loading content...

Implementations on Foreign Types

impl AsDiagnostic for Box<dyn Error + Send + Sync>[src]

Loading content...

Implementors

impl<E> AsDiagnostic for Spanned<E, BytePos> where
    E: AsDiagnostic
[src]

impl<E, H> AsDiagnostic for Help<E, H> where
    E: AsDiagnostic,
    H: Display
[src]

Loading content...