Type Alias diesel::pg::expression::functions::array_ndims

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

The return type of array_ndims()

Aliased Type§

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