Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Druntime.rs21 pub struct HasIterator; // True struct
32 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
34 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor()
41 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()
46 impl BitOr<HasIterator> for HasIterator { implementation
48 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor()