Type Alias bevy_app::InternedAppLabel
source · pub type InternedAppLabel = Interned<dyn AppLabel>;
Expand description
A shorthand for Interned<dyn AppLabel>
.
Aliased Type§
struct InternedAppLabel(pub &'static dyn AppLabel);
Fields§
§0: &'static dyn AppLabel