Trait abi_stable::pointer_trait::PointerKindVariant[][src]

pub trait PointerKindVariant: Sealed {
    const VALUE: PointerKind;
}
Expand description

For restricting types to the type-level equivalents of PointerKind variants.

This trait is sealed, cannot be implemented outside this module, and won’t be implemented for any more types.

Associated Constants

The value of the PointerKind variant Self is equivalent to.

Implementors