AlertHandler

Trait AlertHandler 

Source
pub trait AlertHandler {
    // Required method
    fn handle_alert(&self, alert: Alert) -> Result<()>;
}
Expand description

Alert handling trait

Required Methods§

Source

fn handle_alert(&self, alert: Alert) -> Result<()>

Implementors§