Module acacia::iter
[−]
[src]
Generic tree iterators.
Structs
| Iter |
An iterator over the objects in a tree. |
| RecurseData |
An iterator over the objects in a tree, that only recurses as deep as specified by some predicate. |
| RecurseObjects |
An iterator over the objects in a tree, that only recurses as deep as specified by some predicate. |