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