Type Definition diesel::dsl::DistinctOn[][src]

pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Expand description

Represents the return type of .distinct_on(expr)