diesel::dsl

Type Alias array_dims

Source
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 */ }