pub trait SyncMediatorInternal<Ev: Debug> { fn publish(&self, event: Ev); }
Publish an event Ev from within a handler.
Ev