Skip to main content

BackendCallFn

Type Alias BackendCallFn 

Source
pub type BackendCallFn<B> = dyn Fn(Arc<B>, String, Value) -> HandlerFuture + Send + Sync + 'static;
Expand description

Type alias for the closure stored inside ClosureHandler.