Trait bevy_reflect::utility::TypedProperty
source · pub trait TypedProperty: Sealed {
type Stored: 'static;
}
Expand description
A type that can be stored in a (Non
)GenericTypeCell
.
pub trait TypedProperty: Sealed {
type Stored: 'static;
}
A type that can be stored in a (Non
)GenericTypeCell
.