Type Alias diesel::dsl::count_distinct
source · pub type count_distinct<Expr> = CountDistinct<SqlTypeOf<Expr>, Expr>;
Expand description
The return type of count_distinct()
Aliased Type§
struct count_distinct<Expr> { /* private fields */ }