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

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

Represents the return type of .distinct_on(expr)