bevy_reflect

Trait DynamicTyped

Source
pub trait DynamicTyped {
    // Required method
    fn reflect_type_info(&self) -> &'static TypeInfo;
}
Expand description

Dynamic dispatch for Typed.

Since this is a supertrait of Reflect its methods can be called on a dyn Reflect.

Required Methods§

Implementors§