pub type ConcatArray<Lhs, Rhs> = Concat<Lhs, Rhs>;๐Deprecated: Use 
dsl::Concat insteadAvailable on crate feature 
postgres_backend only.Aliased Typeยง
pub struct ConcatArray<Lhs, Rhs>(/* private fields */);