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