pub trait Notify {
    fn notify(&self);
}

Required Methods

Implementors