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

Structs

Entry

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.

Recorder

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