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