pub trait WithoutFilter<M: Matcher>: Iterator<Item = Result<TimeType>> + Sized {
    fn without(self, _: M) -> WithoutIter<Self, M> ;
}

Required Methods§

Implementors§