pub trait Check {
// Required methods
fn alerts_text(&self) -> Cell;
fn top_severity(&self) -> Level;
fn result(&self) -> &'static str;
}pub trait Check {
// Required methods
fn alerts_text(&self) -> Cell;
fn top_severity(&self) -> Level;
fn result(&self) -> &'static str;
}