[][src]Module trees::walk

Depth first search in Tree/Node/Forest.

Structs

ForestWalk

Depth first search in forest.

TreeWalk

Depth first search in tree.

Enums

Visit

Distinguish between visiting a leaf node and (begin/end of) visiting a branched node.