Type Alias HasKey

Source
pub type HasKey<Lhs, Rhs> = HasKeyJsonb<Lhs, Rhs>;
Available on crate feature postgres_backend only.

Aliased Typeยง

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