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