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