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

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

Structs

ConstGeneric

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

ConstGenericVTableFor

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.