pub type EventHandler = Box<dyn Fn(Value) -> Result<Value, String> + Send + Sync>;
Event handler type
pub struct EventHandler(/* private fields */);