Searched defs:AlertLevel (Results 1 – 2 of 2) sorted by relevance
12 pub(crate) enum AlertLevel { enum18 impl fmt::Display for AlertLevel { implementation28 impl From<u8> for AlertLevel { implementation
495 pub(crate) async fn notify(&self, level: AlertLevel, desc: AlertDescription) -> Result<()> { in notify()