Module gix_traverse::tree
source · Expand description
Tree traversal
Modules
Structs
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.