pub async fn chaos_middleware( __arg0: State<Arc<ChaosMiddleware>>, req: Request<Body>, next: Next, ) -> Response
Chaos middleware handler (uses State extractor, for use with from_fn_with_state)