Struct memory_db::LegacyPrefixedKey
source · [−]pub struct LegacyPrefixedKey<H: KeyHasher>(_);
👎 Deprecated since 0.22.0
Expand description
Key function that concatenates prefix and hash. This is doing useless computation and should only be used for legacy purpose. It shall be remove in the future.
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for LegacyPrefixedKey<H> where
H: RefUnwindSafe,
impl<H> Send for LegacyPrefixedKey<H>
impl<H> Sync for LegacyPrefixedKey<H>
impl<H> Unpin for LegacyPrefixedKey<H> where
H: Unpin,
impl<H> UnwindSafe for LegacyPrefixedKey<H> where
H: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more