logo
pub trait TypeUuid {
    const TYPE_UUID: Uuid;
}

Associated Constants

Implementors