Lines Matching defs:Iter
100 type Iter: Iterator; typedef
102 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter); in quote_into_iter()
106 type Iter = T::Iter; typedef
108 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
114 type Iter = T::Iter; typedef
116 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
122 type Iter = slice::Iter<'q, T>; typedef
124 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
130 type Iter = slice::Iter<'q, T>; typedef
132 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
138 type Iter = btree_set::Iter<'q, T>; typedef
140 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()
146 type Iter = T::Iter; typedef
148 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter()