Check

Trait Check 

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

Required Methods§

Source

fn alerts_text(&self) -> Cell

Source

fn top_severity(&self) -> Level

Source

fn result(&self) -> &'static str

Implementors§