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