Module bevy::utils::label

Expand description

Traits used by label implementations

Macros

Traits

  • An object safe version of Eq. This trait is automatically implemented for any 'static type that implements Eq.
  • An object safe version of Hash. This trait is automatically implemented for any 'static type that implements Hash.