Type Alias diesel::dsl::GroupBy

source ·
pub type GroupBy<Source, Expr> = <Source as GroupByDsl<Expr>>::Output;
Expand description

Represents the return type of .group_by(expr)