Skip to main content

PkSet

Type Alias PkSet 

Source
pub type PkSet = AHashSet<PkTuple>;
Expand description

Set of primary key values for a table (stores full tuples)

Aliased Typeยง

pub struct PkSet(/* private fields */);