pub type KnownOddPrime<T> = KnownOdd<KnownPrime<T>>;

Implementations