pub async fn rate_limit_middleware( __arg0: State<AppState>, request: Request, next: Next, ) -> Result<Response, ApiError>
Rate limiting middleware