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