Intersection

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ยง

pub struct Intersection<Lhs, Rhs>(/* private fields */);