pub trait ReqIterExt { // Required methods fn max_map(self) -> StatMap; fn max_total_req(self) -> i64; }