Back to Bevy

`Interned` is now reflectable but requires additional trait bounds

_release-content/migration-guides/intern_reflection.md

0.19.0205 B
Original Source

Interned<T> now requires all instances with T to implement Internable, where previously only the PartialEq, Eq, and Hash implementations required it. Implement Internable for T to fix this.