Trait kairos::iter::extensions::Every [] [src]

pub trait Every {
    fn every(self, inc: TT) -> Result<Iter>;
}

Required Methods

Implementors