pub type array_cat<Arr, a, b> = array_cat<Arr, <a as AsExpression<Arr>>::Expression, <b as AsExpression<Arr>>::Expression>;
Available on crate feature
postgres_backend
only.Expand description
The return type of array_cat()
Aliased Typeยง
struct array_cat<Arr, a, b> { /* private fields */ }