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