Function handle_server_fns_with_context

Source
pub async fn handle_server_fns_with_context(
    req: IncomingRequest,
    resp_out: ResponseOutparam,
    additional_context: impl Fn() + 'static + Clone + Send,
)