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)
pub type DistinctOn<Source, Expr> = <Source as DistinctOnDsl<Expr>>::Output;
Represents the return type of .distinct_on(expr)