diesel::dsl

Type Alias 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 */ }