pub type numrange<lower, upper, bound> = numrange<<lower as AsExpression<Nullable<Numeric>>>::Expression, <upper as AsExpression<Nullable<Numeric>>>::Expression, <bound as AsExpression<RangeBoundEnum>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of numrange()
Aliased Typeยง
struct numrange<lower, upper, bound> { /* private fields */ }