pub trait EventSourceService: Service { // Required method fn next_event(&mut self) -> Option<Event>; }