diesel::dsl

Type Alias Intersection

source
pub type Intersection<Lhs, Rhs> = Grouped<IntersectionRange<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.intersection_range(rhs)

Aliased Type§

struct Intersection<Lhs, Rhs>(pub IntersectionRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

§0: IntersectionRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>