Searched defs:IterImpl (Results 1 – 4 of 4) sorted by relevance
5 pub struct IterImpl { struct10 pub fn new(tokens: TokenStream) -> IterImpl { in new()17 impl IterImpl { impl24 impl Iterator for IterImpl { implementation
173 struct IterImpl { struct in BeginOnlySet174 MySet::iterator impl;175 typedef std::forward_iterator_tag iterator_category;177 IterImpl(MySet::iterator i) : impl(i) { in IterImpl() function
527 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef529 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef
844 type IterImpl<'a> = btree_map::Iter<'a, String, Value>; typedef846 type IterImpl<'a> = indexmap::map::Iter<'a, String, Value>; typedef