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