[][src]Trait abi_stable::abi_stability::const_generics::GetConstGenericVTable

pub trait GetConstGenericVTable: Sized {
    const VTABLE: ConstGenericVTableFor<Self>;
}

This trait is used to construct the vtable_for parameter of ConstGeneric::new with GetConstGenericVTable::VTABLE

Associated Constants

Loading content...

Implementors

impl<This> GetConstGenericVTable for This where
    This: StableAbi + Eq + PartialEq + Debug + Send + Sync
[src]

Loading content...