Reportable

Trait Reportable 

Source
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

Required Methods§

Implementors§