Type Alias diesel::pg::expression::functions::array_lower

source ·
pub type array_lower<Arr, array, dimension> = array_lower<Arr, <array as AsExpression<Arr>>::Expression, <dimension as AsExpression<Integer>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of array_lower()

Aliased Type§

struct array_lower<Arr, array, dimension> { /* private fields */ }