Type Definition 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