Expand description
Tree traversal
Modules§
Structs§
- A Visit implementation to record every observed change and keep track of the changed paths.
Traits§
- A trait to allow responding to a traversal designed to observe all entries in a tree, recursively while keeping track of paths if desired.
Functions§
- Start a breadth-first iteration over the
root
trees entries. - A depth-first traversal of the
root
tree, that preserves the natural order of a tree while immediately descending into sub-trees.