async fn server_fn_handle(
auth_session: AuthSession<DBBackend>,
__arg1: State<ServerState>,
request: Request<Body>,
) -> impl IntoResponse
Available on crate feature
ssr
only.async fn server_fn_handle(
auth_session: AuthSession<DBBackend>,
__arg1: State<ServerState>,
request: Request<Body>,
) -> impl IntoResponse
ssr
only.