Type Definition diesel::dsl::DistinctOn

source ·
pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Expand description

Represents the return type of .distinct_on(expr)