Expand description
Traversal order definitions (breadth-first and depth-first)
Structs§
- Breadth
First - Marker struct representing breadth-first traversal order.
- Depth
First - Marker struct representing depth-first traversal order.
Traits§
- Traversal
Order - Trait for tree traversal order strategies.