Type Definition diesel::helper_types::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)