Type Alias MultihashGeneric
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ยง
pub struct MultihashGeneric<const N: usize> { /* private fields */ }