WebApiHandler

Type Alias WebApiHandler 

Source
pub type WebApiHandler = dyn Fn(&mut Context, Value) -> Result<Value, IxaError>;