Tools for Iterators over maps (HashMap, BTreeMap, etc), or any two-element tuple (like (K, V)).
Iterator
HashMap
BTreeMap
(K, V)
Just import IterMap to get extra methods on iterators. See that trait for more documentation and examples.
IterMap