Skip to main content

ReqIterExt

Trait ReqIterExt 

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

Required Methods§

Implementors§

Source§

impl<I> ReqIterExt for I