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