pub type EventHandler = Box<dyn Fn(Event) -> bool + Send>;
Expand description

handler of event in the event bus