Settings
Help

HasKeyJsonb

Type Alias HasKeyJsonb 

Source
pub type HasKeyJsonb<Lhs, Rhs> = Grouped<HasKeyJsonb<Lhs, AsExprOf<Rhs, VarChar>>>;
Expand description

The return type of lsh.has_key(rhs)

Aliased Type§

pub struct HasKeyJsonb<Lhs, Rhs>(/* private fields */);