pub trait ErrorExt {
// Required method
fn boxed(self) -> Box<dyn Error + Send + Sync>;
}Expand description
Useful to convert std::error::Error to crate::DiagnosticError
pub trait ErrorExt {
// Required method
fn boxed(self) -> Box<dyn Error + Send + Sync>;
}Useful to convert std::error::Error to crate::DiagnosticError