Lines Matching defs:Iter
84 type Iter: Iterator; typedef
86 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter); in quote_into_iter()
90 type Iter = T::Iter; typedef
92 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
98 type Iter = T::Iter; typedef
100 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
106 type Iter = slice::Iter<'q, T>; typedef
108 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
114 type Iter = slice::Iter<'q, T>; typedef
116 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
122 type Iter = btree_set::Iter<'q, T>; typedef
124 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
130 type Iter = T::Iter; typedef
132 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()