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ยง
pub struct UnionRange<Lhs, Rhs>(/* private fields */);