Module iter_trait::base [] [src]

Base iterator traits.

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.