pub type count<Expr> = count<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description
The return type of count(expr)
pub type count<Expr> = count<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
The return type of count(expr)