EventHandler

Type Alias EventHandler 

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

Event handler callback type

Aliased Typeยง

pub struct EventHandler<T> { /* private fields */ }