pub type EndpointHandler = Arc<dyn Fn(RequestContext, Option<Value>) -> BoxFuture<'static, Result<HttpResponse>> + Send + Sync>;Expand description
Endpoint handler function signature
Aliased Typeยง
pub struct EndpointHandler { /* private fields */ }