pub trait MakeTypeWitness: TypeWitnessTypeArg {
    const MAKE: Self;
}

Required Associated Constants

A constant with the type witness

Implementors