Type Definition miette::ErrorHook

source ·
pub type ErrorHook = Box<dyn Fn(&(dyn Diagnostic + 'static)) -> Box<dyn ReportHandler> + Sync + Send + 'static>;
Expand description