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