Module tree

Source
Expand description

Tree traversal utilities.

Macros§

for_
A for loop-alike for StreamingIterator.

Structs§

AncestorsIter
PostorderIter
Tree
A generic tree structure, with nodes of type T.
TreeIndex
TreeWalker

Traits§

IndexNode
StreamingIterator
An iterator trait that supports borrowing from the iterator, by allowing the argument lifetime to be named inside the associated type.