Type Definition diesel::helper_types::DistinctOn [−][src]
type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Represents the return type of .distinct_on(expr)
type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Represents the return type of .distinct_on(expr)