EmbarkStudios / mirror-mirror

🪞 Powerful reflection library for Rust
Apache License 2.0
79 stars 2 forks source link

Add visitor API #92

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Checklist

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.