Trait memory_db::KeyFunction [−][src]
pub trait KeyFunction<H: KeyHasher> { type Key: Send + Sync + Clone + Hash + Eq; fn key(hash: &H::Out, prefix: Prefix<'_>) -> Self::Key; }
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<H: KeyHasher> KeyFunction<H> for HashKey<H>
[src]
impl<H: KeyHasher> KeyFunction<H> for HashKey<H>
[src]impl<H: KeyHasher> KeyFunction<H> for LegacyPrefixedKey<H>
[src]
impl<H: KeyHasher> KeyFunction<H> for LegacyPrefixedKey<H>
[src]