Trait bevy::reflect::TypeUuidDynamic[]

pub trait TypeUuidDynamic {
    pub fn type_uuid(&self) -> Uuid;
pub fn type_name(&self) -> &'static str; }

Required methods

pub fn type_uuid(&self) -> Uuid

pub fn type_name(&self) -> &'static str

Loading content...

Implementors

impl<T> TypeUuidDynamic for T where
    T: TypeUuid

Loading content...