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

Required methods

Implementors