Trait cmustify::Notifier [] [src]

pub trait Notifier {
    fn send(&self, summary: String, content: String);
}

Required Methods

Implementors