EnableIfType

Type Alias EnableIfType 

Source
pub type EnableIfType<const COND: bool, T> = <EnableIf<COND, T> as AssociatedType>::Type;