pub trait HasTypeWitness<W: TypeWitnessTypeArg<Arg = Self>> {
    const WITNESS: W;
}

Required Associated Constants

A constant of the type witness

Implementors