diesel::dsl

Type Alias 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)

Aliased Typeยง

struct Union<Source, Rhs> { /* private fields */ }