Skip to main content

SimpleEventHandler

Type Alias SimpleEventHandler 

Source
pub type SimpleEventHandler = Arc<dyn Fn(&SimpleEvent) + Send + Sync>;
Expand description

Handler function type for the simple event bus.

Aliased Typeยง

pub struct SimpleEventHandler { /* private fields */ }