pub trait EventSink { // Required method fn write(&self, event: String); }
Something that can produce any sink for events
Write an event to the sink