pub trait CapTypeForTranslationTableObject: CapTypeForObjectOfFixedSize {
const TRANSLATION_TABLE_OBJECT_TYPE: TranslationTableObjectType;
}
Expand description
Trait for CapType
s which correspond to translation table objects.
Required Associated Constants§
Object Safety§
This trait is not object safe.