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