☰
bevy_internal
0.13.0
Module label
Traits
In bevy_internal::utils
?
Module
bevy_internal
::
utils
::
label
source
·
[
−
]
Expand description
Traits used by label implementations
Traits
DynEq
An object safe version of
Eq
. This trait is automatically implemented for any
'static
type that implements
Eq
.
DynHash
An object safe version of
Hash
. This trait is automatically implemented for any
'static
type that implements
Hash
.