Type Alias EventHandler

Source
pub type EventHandler = Box<dyn Fn(Value) -> Result<Value, String> + Send + Sync>;
Expand description

Event handler type

Aliased Typeยง

struct EventHandler(/* private fields */);