Type Alias diesel::dsl::ConcatJsonb
source · pub type ConcatJsonb<Lhs, Rhs> = Grouped<ConcatJsonb<Lhs, AsExprOf<Rhs, Jsonb>>>;
Expand description
The return type of lsh.concat(rhs)
Aliased Type§
struct ConcatJsonb<Lhs, Rhs>(pub ConcatJsonb<Lhs, <Rhs as AsExpression<Jsonb>>::Expression>);
Fields§
§0: ConcatJsonb<Lhs, <Rhs as AsExpression<Jsonb>>::Expression>