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