pub type array_remove<a, e> = array_remove<<a as Expression>::SqlType, <e as Expression>::SqlType, a, e>;Available on crate feature
postgres_backend only.Expand description
Return type of the array_remove() SQL function.
Aliased Typeยง
pub struct array_remove<a, e> { /* private fields */ }