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