diesel::helper_types

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