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