pub type FixedSizeKey<const N: usize, B> = HashKeyImpl<StackStorage<N>, B>;
Aliased Type§
struct FixedSizeKey<const N: usize, B> {
hash_code: HashCode<XxHash64Builder>,
key: [u8; N],
null_bitmap: B,
}
Fields§
§hash_code: HashCode<XxHash64Builder>
§key: [u8; N]
§null_bitmap: B