diesel::pg::expression::dsl

Type Alias array_dims

Source
pub type array_dims<Arr, arr> = array_dims<Arr, <arr as AsExpression<Arr>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of array_dims()

Aliased Typeยง

struct array_dims<Arr, arr> { /* private fields */ }