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