array_cat

Type Alias array_cat 

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