Trait sp_trie::KeyFunction[]

pub trait KeyFunction<H> where
    H: Hasher, 
{ type Key: Send + Sync + Clone + Hash + Eq; fn key(hash: &<H as Hasher>::Out, prefix: (&[u8], Option<u8>)) -> Self::Key; }
Expand description

Various re-exports from the memory-db crate.

Associated Types

Required methods

Implementations on Foreign Types

Implementors