Type Definition diesel::helper_types::UnionAll

source ·
pub type UnionAll<Source, Rhs> = CombinationClause<Union, All, <Source as CombineDsl>::Query, <Rhs as AsQuery>::Query>;
Expand description

Represents the return type of .union_all(rhs)