pub type SimpleEventHandler = Arc<dyn Fn(&SimpleEvent) + Send + Sync>;
Handler function type for the simple event bus.
pub struct SimpleEventHandler { /* private fields */ }