Back to Bevy

`Interned` is now reflectable but requires additional trait bounds

release-content/migration-guides/intern_reflection.md

0.18.1205 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.