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