pub type ConditionalType<const COND: bool, T, F> = <Conditional<COND, T, F> as AssociatedType>::Type;