Home
last modified time | relevance | path

Searched defs:HasIterator (Results 1 – 1 of 1) sorted by relevance

/linux/rust/quote/
H A Druntime.rs23 pub struct HasIterator; // True struct
34 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
36 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
43 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
48 impl BitOr<HasIterator> for HasIterator { implementation
50 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()