logo
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.

Required Methods

Implementations on Foreign Types

Implementors