pub type count<Expr> = count<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description
The return type of count(expr)
Aliased Type§
struct count<Expr> { /* private fields */ }
pub type count<Expr> = count<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
The return type of count(expr)
struct count<Expr> { /* private fields */ }