Skip to main content

HasKey

Type Alias HasKey 

Source
pub type HasKey<Lhs, Rhs> = HasKeyJsonb<Lhs, Rhs>;
Available on crate features postgres_backend and __sqlite-shared only.

Aliased Typeยง

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