Trait diesel::prelude::GroupByDsl [] [src]

pub trait GroupByDsl<Expr: Expression> {
    type Output: Query;
    fn group_by(self, expr: Expr) -> Self::Output;
}

Associated Types

type Output: Query

Required Methods

fn group_by(self, expr: Expr) -> Self::Output

Implementors