ConcatJsonb

Type Alias ConcatJsonb 

Source
pub type ConcatJsonb<Lhs, Rhs> = Concat<Lhs, Rhs>;
๐Ÿ‘ŽDeprecated: Use dsl::Concat instead
Available on crate feature postgres_backend only.

Aliased Typeยง

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