pub type EventHandler = Arc<dyn Fn(Value) + Send + Sync>;
Callback type for event handlers.
pub struct EventHandler { /* private fields */ }