Type Alias diesel::pg::expression::functions::array_remove

source ·
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 */ }