[x] I have added a description of my changes and why I'd like them included in the section below
Description of Changes
Today I ran into having to traverse some &dyn Reflect its TypeDescriptor and scalar values at the leafs (link to private code). Doing that manually is quite tedious. Figured adding a visitor should clean that up.
Checklist
Description of Changes
Today I ran into having to traverse some
&dyn Reflect
itsTypeDescriptor
and scalar values at the leafs (link to private code). Doing that manually is quite tedious. Figured adding a visitor should clean that up.