Trait bevy_internal::reflect::GetTypeRegistration
source · pub trait GetTypeRegistration {
fn get_type_registration() -> TypeRegistration;
}Expand description
A trait which allows a type to generate its TypeRegistration.
This trait is automatically implemented for types which derive Reflect.