Searched defs:ThereIsNoIteratorInRepetition (Results 1 – 1 of 1) sorted by relevance
8 pub struct ThereIsNoIteratorInRepetition; // False struct10 impl BitOr<ThereIsNoIteratorInRepetition> for ThereIsNoIteratorInRepetition { implementation12 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> ThereIsNoIteratorInRepetition { in bitor()24 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition { implementation