Type Alias diesel::pg::expression::functions::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 */ }