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