EmbarkStudios / mirror-mirror

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

Remove `TypedValue` #45

Closed davidpdrsn closed 1 year ago

davidpdrsn commented 1 year ago

I realized that it doesn't actually work. It doesn't maintain type info across things like Reflect::reflect_ref which is confusing.