Type Alias diesel::dsl::count

source ·
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 */ }