EventHook

Type Alias EventHook 

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

Hook type for events.

Aliased Typeยง

pub struct EventHook { /* private fields */ }