array_remove

Type Alias array_remove 

Source
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 */ }