pub(crate) trait ExtHaxMessage {
// Required methods
fn report(self, _: MessageFormat, _: Option<&mut ReportCtx>);
fn report_styled(self, _: Option<&mut ReportCtx>);
}
pub(crate) trait ExtHaxMessage {
// Required methods
fn report(self, _: MessageFormat, _: Option<&mut ReportCtx>);
fn report_styled(self, _: Option<&mut ReportCtx>);
}