Type Alias diesel::dsl::ConcatJsonb

source ·
pub type ConcatJsonb<Lhs, Rhs> = Grouped<ConcatJsonb<Lhs, AsExprOf<Rhs, Jsonb>>>;
Available on crate feature postgres_backend only.
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>