Searched refs:IterImpl (Results 1 – 6 of 6) sorted by relevance
3 pub type Iter<'a> = &'a mut IterImpl;5 pub struct IterImpl { struct10 pub fn new(tokens: TokenStream) -> IterImpl { in new() argument11 IterImpl { in new()17 impl IterImpl { implementation24 impl Iterator for IterImpl { implementation
1 use crate::iter::{self, Iter, IterImpl};127 fn parse_group(tokens: Iter, delimiter: Delimiter) -> Result<IterImpl, Error> { in parse_group() argument
175 struct IterImpl { struct in BeginOnlySet179 IterImpl(MySet::iterator i) : impl(i) { in IterImpl() argument194 typedef IterImpl wrapped_iterator;201 return IterImpl(impl.begin()); in begin()
173 struct IterImpl { struct in BeginOnlySet177 IterImpl(MySet::iterator i) : impl(i) { in IterImpl() function192 typedef IterImpl wrapped_iterator;199 return IterImpl(impl.begin()); in begin()
765 iter: IterImpl<'a>,769 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef771 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef