Function routes_handler

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