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