pub trait Subscriber<ContentType> { // Required method fn on_event(&mut self, event: &Event<ContentType>); }