pub type range_merge<R1, R2, lhs, rhs> = range_merge<R1, R2, <lhs as AsExpression<R1>>::Expression, <rhs as AsExpression<R2>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of range_merge()
Aliased Typeยง
struct range_merge<R1, R2, lhs, rhs> { /* private fields */ }