Trait fyrox_core::TypeUuidProvider
source · pub trait TypeUuidProvider: Sized {
// Required method
fn type_uuid() -> Uuid;
}Expand description
A trait for an entity that has unique type identifier.
Required Methods§
Object Safety§
This trait is not object safe.