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