Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Druntime.rs23 pub struct HasIterator; // True struct
34 impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator { implementation
35 type Output = HasIterator;
36 fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator { in bitor() argument
37 HasIterator in bitor()
41 impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition {
42 type Output = HasIterator;
43 fn bitor(self, _rhs: HasIterator) -> HasIterator { in bitor() argument
44 HasIterator in bitor()
48 impl BitOr<HasIterator> for HasIterator { implementation
[all …]
H A Dlib.rs895 let _: $crate::__private::HasIterator = has_iter;
918 let _: $crate::__private::HasIterator = has_iter;
965 let _: $crate::__private::HasIterator = has_iter;
979 let _: $crate::__private::HasIterator = has_iter;