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