Module iter_trait::map [] [src]

Map iterator traits.

Traits

HasMapData

A trait for iterable collections which are a mapping of one type to another.

MapIter

A trait for map-like collections which can be iterated by references to keys and values.

MapIterMut

A trait for map-like collections which can be iterated by references to keys, and mutable references to values.