Type Alias diesel::dsl::IntersectAll

source ·
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 */ }