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