pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Available on crate feature
postgres_backend
only.Expand description
Represents the return type of .distinct_on(expr)
pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
postgres_backend
only.Represents the return type of .distinct_on(expr)