Intersection

Type Alias Intersection 

Source
pub type Intersection<Lhs, Rhs> = Grouped<IntersectionRange<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate features postgres_backend and sqlite only.
Expand description

The return type of lhs.intersection_range(rhs)

Aliased Typeยง

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