pub type IntersectAll<Source, Rhs> = CombinationClause<Intersect, All, <Source as CombineDsl>::Query, <Rhs as AsQuery>::Query>;
Expand description
Represents the return type of .intersect_all(rhs)
Aliased Typeยง
struct IntersectAll<Source, Rhs> { /* private fields */ }