type PkIndexMap = BTreeMap<Vec<u8>, (u16, Option<Vec<u8>>)>;
Expand description
The key is mcmp-encoded primary keys, while the values are the pk index and optionally sparsely encoded primary keys.
Aliased Typeยง
struct PkIndexMap { /* private fields */ }