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 */ }