Module iter_trait::base [] [src]

Traits

HasData

A trait for iterable collections which contain data of a given type.

Iter

A trait for collections which can be iterated by reference.

IterMut

A trait for collections which can be iterated by mutable reference.

IterOwned

A trait for collections which can be converted to and from iterators over data.

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.