Expand description
Useful for use as delegate implementing Visit
to keep track of all seen changes. Useful for debugging or printing primarily.
Structs
Enums
A Change as observed by a call to
visit(…)
, enhanced with the path affected by the change.
Its similar to visit::Change but includes the path that changed.