Type Alias ConcatJsonb

Source
pub type ConcatJsonb<Lhs, Rhs> = Concat<Lhs, Rhs>;
๐Ÿ‘ŽDeprecated: Use dsl::Concat instead

Aliased Typeยง

struct ConcatJsonb<Lhs, Rhs>(/* private fields */);