Type Alias array_cat

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