[][src]Trait bevy_type_registry::TypeUuidDynamic

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

Required methods

fn type_uuid(&self) -> Uuid

Loading content...

Implementors

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

Loading content...