pub type BackendCallFn<B> = dyn Fn(Arc<B>, String, Value) -> HandlerFuture + Send + Sync + 'static;Expand description
Type alias for the closure stored inside ClosureHandler.
pub type BackendCallFn<B> = dyn Fn(Arc<B>, String, Value) -> HandlerFuture + Send + Sync + 'static;Type alias for the closure stored inside ClosureHandler.