pub type UnionRange<Lhs, Rhs> = Grouped<UnionsRange<Lhs, AsExpr<Rhs, Lhs>>>;
Available on crate feature
postgres_backend
only.Expand description
The return type of lhs.union_range(rhs)
Aliased Type§
struct UnionRange<Lhs, Rhs>(pub UnionsRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);
Fields§
§0: UnionsRange<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>