Type Alias HandlerFn

Source
pub type HandlerFn = Arc<dyn Fn(Value) -> Pin<Box<dyn Future<Output = Result<Value>> + Send + Sync>> + Send + Sync>;

Aliased Typeยง

pub struct HandlerFn { /* private fields */ }