[][src]Module trees::iter

Iterators of Tree/Forest, returned by iter() or iter_mut().

Structs

Iter

An iterator over the child Nodes of Tree, Node or Forest.

IterMut

A mutable iterator over the child Nodes of Tree, Node or Forest.