Module git_traverse::tree::visit[][src]

Enums

Action

What to do after an entry was recorded.

Traits

Visit

A trait to allow responding to a traversal designed to observe all entries in a tree, recursively while keeping track of paths if desired.