Expand description
Tree traversal utilities.
Macros§
- for_
- A
for
loop-alike forStreamingIterator
.
Structs§
- Ancestors
Iter - Postorder
Iter - Tree
- A generic tree structure, with nodes of type
T
. - Tree
Index - Tree
Walker
Traits§
- Index
Node - Streaming
Iterator - An iterator trait that supports borrowing from the iterator, by allowing the argument lifetime to be named inside the associated type.