Notifier

Trait Notifier 

Source
pub trait Notifier:
    Send
    + Sync
    + Debug {
    // Required method
    fn notify(&self, id: NotificationId) -> Result;
}
Expand description

Represents the side that notifies

Required Methods§

Source

fn notify(&self, id: NotificationId) -> Result

Notifies Poll

Implementors§