Type Definition sp_trie::TrieDB

source ·
pub type TrieDB<'a, 'cache, L> = TrieDB<'a, 'cache, L>;
Expand description

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