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