Type Alias diesel::helper_types::DistinctOn
source ยท pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Expand description
Represents the return type of .distinct_on(expr)
pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Represents the return type of .distinct_on(expr)