Type Definition diesel::helper_types::IsContainedByJsonb
source · pub type IsContainedByJsonb<Lhs, Rhs> = Grouped<IsContainedByJsonb<Lhs, AsExprOf<Rhs, Jsonb>>>;
Available on crate feature
postgres_backend
only.Expand description
The return type of lsh.is_contained_by(rhs)
for jsonb types