Type Alias diesel::pg::expression::functions::array_fill

source ·
pub type array_fill<E, value, dim> = array_fill<E, <value as AsExpression<E>>::Expression, <dim as AsExpression<Array<Integer>>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of array_fill()

Aliased Type§

struct array_fill<E, value, dim> { /* private fields */ }