pub type array_cat<A, B> = array_cat<SqlTypeOf<A>, A, B>;
Available on crate feature
postgres_backend
only.Expand description
Return type of array_cat(array_a, array_b)
Aliased Typeยง
struct array_cat<A, B> { /* private fields */ }