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