[][src]Trait abi_stable::abi_stability::stable_abi_trait::TypeKindTrait

pub trait TypeKindTrait: Sealed {
const VALUE: TypeKind;
const IS_PREFIX: bool;
}

For marker types that represent variants of TypeKind.

Associated Constants

const VALUE: TypeKind

The equivalent TypeKind of this type.

const IS_PREFIX: bool

Whether this is a prefix-kind

Loading content...

Implementors

impl TypeKindTrait for PrefixKind[src]

impl TypeKindTrait for ValueKind[src]

Loading content...