Notify

Trait Notify 

Source
pub trait Notify {
    // Required method
    fn notify(&self, title: &str, content: &str) -> Result<()>;
}

Required Methods§

Source

fn notify(&self, title: &str, content: &str) -> Result<()>

Implementors§