Type Alias diesel::dsl::ContainsJsonb

source ·
pub type ContainsJsonb<Lhs, Rhs> = Grouped<ContainsJsonb<Lhs, AsExprOf<Rhs, Jsonb>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lsh.contains(rhs) for jsonb types

Aliased Type§

struct ContainsJsonb<Lhs, Rhs>(pub ContainsJsonb<Lhs, <Rhs as AsExpression<Jsonb>>::Expression>);

Fields§

§0: ContainsJsonb<Lhs, <Rhs as AsExpression<Jsonb>>::Expression>