pub type XxHash64HashCode = HashCode<XxHash64Builder>;
Expand description
Hash code from the XxHash64
hasher. Used for in-memory hash map cache.
Aliased Type§
struct XxHash64HashCode {
value: u64,
_phantom: PhantomData<&'static XxHash64Builder>,
}
Fields§
§value: u64
§_phantom: PhantomData<&'static XxHash64Builder>