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

A trait for types with an associated UUID.

Required Methods

Implementors