pub trait Notify: Send + Sync {
    fn notify(&self);
}

Required Methods

Implementors