diesel::helper_types

Type Alias array_ndims

source
pub type array_ndims<A> = array_ndims<SqlTypeOf<A>, A>;
Available on crate feature postgres_backend only.
Expand description

Return type of array_ndims(array)

Aliased Typeยง

struct array_ndims<A> { /* private fields */ }