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