pub type CountDistinct<T, E> = AggregateDistinct<count<T, <E as AsExpression<T>>::Expression>>;
Available on crate feature
with-deprecated
and non-crate feature without-deprecated
only.