Type Alias CountDistinct

Source
pub type CountDistinct<T, E> = AggregateDistinct<count<T, <E as AsExpression<T>>::Expression>>;