Module git_traverse::tree::recorder[][src]

Expand description

Structs

An owned entry as observed by a call to visit_(tree|nontree)(…), enhanced with the full path to it. Otherwise similar to immutable::tree::Entry.

A Visit implementation to record every observed change and keep track of the changed paths.