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