pub trait Reportable {
// Required method
fn report_mode(&self) -> ReportMode;
}
Expand description
For warnings/errors which have a ReportMode that dictates when they are reported
pub trait Reportable {
// Required method
fn report_mode(&self) -> ReportMode;
}
For warnings/errors which have a ReportMode that dictates when they are reported