![]() # Objective - Provides an alternate solution to the one implemented in #10791 without breaking changes. ## Solution - Changes the bounds of macro-generated `TypePath` implementations to universally ignore the types of fields, rather than use the same bounds as other implementations. I think this is a more holistic solution than #10791 because it totally erases the finicky bounds we currently generate, helping to untangle the reflection trait system. |
||
---|---|---|
.. | ||
enums.rs | ||
mod.rs | ||
structs.rs | ||
tuple_structs.rs | ||
typed.rs | ||
values.rs |