Type Alias diesel::helper_types::Intersect
source · pub type Intersect<Source, Rhs> = CombinationClause<Intersect, Distinct, <Source as CombineDsl>::Query, <Rhs as AsQuery>::Query>;
Expand description
Represents the return type of .intersect(rhs)
Aliased Type§
struct Intersect<Source, Rhs> { /* private fields */ }