Type Definition diesel::helper_types::sum

source ·
pub type sum<Expr> = sum<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description

The return type of sum(expr)