Type Definition diesel::helper_types::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)