Module abi_stable::abi_stability::const_generics[][src]

Expand description

This module implements the trait object used to check const generics.

Structs

A trait object used to check equality between const generic parameters.

The vtable of ConstGeneric, only constructible with ConstGenericVTableFor::<T>::new.erased()

A type that contains the vtable stored in the ConstGeneric constructed from a T. This is used as a workaround for const fn not allowing trait bounds.

This is the prefix fields of ConstGenericVTable, accessible through ConstGenericVTable_Ref, with .0.prefix().

This is the pointer to the prefix of ConstGenericVTable.