Struct memory_db::PrefixedKey
source · [−]pub struct PrefixedKey<H>(_);
Expand description
Key function that concatenates prefix and hash.
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for PrefixedKey<H> where
H: RefUnwindSafe,
impl<H> Send for PrefixedKey<H> where
H: Send,
impl<H> Sync for PrefixedKey<H> where
H: Sync,
impl<H> Unpin for PrefixedKey<H> where
H: Unpin,
impl<H> UnwindSafe for PrefixedKey<H> where
H: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more