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