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