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)
pub type Union<Source, Rhs> = CombinationClause<Union, Distinct, <Source as CombineDsl>::Query, <Rhs as AsQuery>::Query>;Represents the return type of .union(rhs)