pub type ConcatJsonb<Lhs, Rhs> = Concat<Lhs, Rhs>;
dsl::Concat
struct ConcatJsonb<Lhs, Rhs>(/* private fields */);