bevy/crates/bevy_reflect/bevy_reflect_derive/src/impls
radiish 13feac6721
reflect: maximally relax TypePath bounds (#11037)
# 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.
2023-12-24 17:45:46 +00:00
..
enums.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00
mod.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
structs.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00
tuple_structs.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00
typed.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00
values.rs reflect: maximally relax TypePath bounds (#11037) 2023-12-24 17:45:46 +00:00