EmbarkStudios / mirror-mirror

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

Use `FromReflect` for accessing meta data #56

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

Since metadata values are stored as Value we cannot use downcast_ref. That only works for scalar types.