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