Trait sp_trie::KeyFunction [−][src]
pub trait KeyFunction<H> where
H: Hasher, { type Key: Send + Sync + Clone + Hash + Eq; pub fn key(
hash: &<H as Hasher>::Out,
prefix: (&[u8], Option<u8>)
) -> Self::Key; }
Various re-exports from the memory-db
crate.
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl<H> KeyFunction<H> for HashKey<H> where
H: Hasher,
[src]
impl<H> KeyFunction<H> for HashKey<H> where
H: Hasher,
[src]impl<H> KeyFunction<H> for LegacyPrefixedKey<H> where
H: Hasher,
[src]
impl<H> KeyFunction<H> for LegacyPrefixedKey<H> where
H: Hasher,
[src]impl<H> KeyFunction<H> for PrefixedKey<H> where
H: Hasher,
[src]
impl<H> KeyFunction<H> for PrefixedKey<H> where
H: Hasher,
[src]