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