Skip to main content

EventHandler

Type Alias EventHandler 

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

Callback type for event handlers.

Aliased Typeยง

pub struct EventHandler { /* private fields */ }