Skip to main content

HandlerFn

Type Alias HandlerFn 

Source
pub type HandlerFn = Box<dyn Fn(Value, &ActionContext) -> Result<Value> + Send + Sync>;

Aliased Typeยง

pub struct HandlerFn(/* private fields */);