Trait type_level_values::const_wrapper::WrapperTrait[][src]

pub trait WrapperTrait: Sealed + DerivedTraits<Type = WrapperType> {
    type ConstValue;
    type Kind;
}

Trait used to access the type parameters of ConstWrapper in a generic context.

Associated Types

Implementors