Type Definition sp_trie::trie_types::TrieDB [−][src]
pub type TrieDB<'a, H> = TrieDB<'a, Layout<H>>;Expand description
Persistent trie database read-access interface for the a given hasher.
pub type TrieDB<'a, H> = TrieDB<'a, Layout<H>>;Persistent trie database read-access interface for the a given hasher.