Trait socket_collection::Notifier[][src]

pub trait Notifier {
    fn notify(&self, event: Event);
}

Required Methods

Implementors