Type Alias diesel::helper_types::HasKeyJsonb

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

The return type of lsh.has_key(rhs)

Aliased Type§

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

Fields§

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