pub type DualFuzzyHash = FuzzyHashDualData<{ block_hash::FULL_SIZE }, { block_hash::HALF_SIZE }, { _ }, { _ }>;Expand description
Regular (truncated) dual fuzzy hash type which contains both normalized and raw contents.
This type effectively contains the data equivalent to those two objects:
FuzzyHash(native)RawFuzzyHash(compressed)
See also: FuzzyHashDualData
Aliased Typeยง
#[repr(align(8))]pub struct DualFuzzyHash { /* private fields */ }