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