pub type PkTuple = SmallVec<[PkValue; 2]>;
Tuple of PK values for composite primary keys
pub struct PkTuple { /* private fields */ }