Type Definition diesel::helper_types::Union
source · [−]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)