[][src]Trait bevy_reflect::TypeUuidDynamic

pub trait TypeUuidDynamic {
    pub fn type_uuid(&self) -> Uuid;
}

Required methods

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

Loading content...

Implementors

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

Loading content...