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