Trait DiagnosticExt

Source
pub trait DiagnosticExt {
    // Required method
    fn boxed(self) -> Box<dyn Diagnostic + Send + Sync>;
}

Required Methods§

Source

fn boxed(self) -> Box<dyn Diagnostic + Send + Sync>

Implementors§

Source§

impl<T: Diagnostic + Send + Sync + 'static> DiagnosticExt for T