pub type KeySerialized<B = HeapNullBitmap> = SerializedKey<B>;
Aliased Type§
struct KeySerialized<B = HeapNullBitmap> {
hash_code: HashCode<XxHash64Builder>,
key: Box<[u8]>,
null_bitmap: B,
}
Fields§
§hash_code: HashCode<XxHash64Builder>
§key: Box<[u8]>
§null_bitmap: B