Function leptos_spin::server_fn::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
)