Type Alias diesel::pg::expression::functions::array_prepend

source ·
pub type array_prepend<T, Arr, e, a> = array_prepend<T, Arr, <e as AsExpression<T>>::Expression, <a as AsExpression<Arr>>::Expression>;
Available on crate feature postgres_backend only.
Expand description

The return type of array_prepend()

Aliased Type§

struct array_prepend<T, Arr, e, a> { /* private fields */ }