bevy_
ecs
0.14.2
Module label
Module Items
Traits
In crate bevy_
ecs
bevy_ecs
Module
label
Copy item path
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
.