Type Alias multihash::MultihashGeneric
source · pub type MultihashGeneric<const N: usize> = Multihash<N>;👎Deprecated since 0.18.0: Use `multihash::Multihash instead.
Expand description
Deprecated type-alias for the Multihash type.
Aliased Type§
struct MultihashGeneric<const N: usize> { /* private fields */ }