Type Alias diesel::dsl::HasAnyKeyJsonb

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

The return type of lsh.has_any_key(rhs)

Aliased Type§

struct HasAnyKeyJsonb<Lhs, Rhs>(pub HasAnyKeyJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>);

Fields§

§0: HasAnyKeyJsonb<Lhs, <Rhs as AsExpression<Array<Text>>>::Expression>