Type Alias diesel::helper_types::DistinctOn

source ·
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)