Type Definition 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)