EventHandler

Type Alias EventHandler 

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

Event handler function type

Aliased Typeยง

pub struct EventHandler { /* private fields */ }