pub type EventMessage<'a> = FlushedMessages<'a, (f64, Events)>;
pub struct EventMessage<'a>(/* private fields */);