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

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

Represents the return type of .distinct_on(expr)