Type Definition sp_trie::trie_types::TrieDB[][src]

type TrieDB<'a, H> = TrieDB<'a, Layout<H>>;

Persistent trie database read-access interface for the a given hasher.