PkSet

Type Alias PkSet 

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

Set of primary key values for a table

Aliased Typeยง

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