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