Trait diesel:: prelude:: GroupByDsl
[−]
[src]
pub trait GroupByDsl<Expr: Expression> { type Output: Query; fn group_by(self, expr: Expr) -> Self::Output; }
pub trait GroupByDsl<Expr: Expression> { type Output: Query; fn group_by(self, expr: Expr) -> Self::Output; }
type Output: Query