Trait bevy_reflect::TypeUuidDynamic[][src]

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

Required methods

fn type_uuid(&self) -> Uuid[src]

fn type_name(&self) -> &'static str[src]

Loading content...

Implementors

impl<T> TypeUuidDynamic for T where
    T: TypeUuid
[src]

Loading content...