Type Alias TrieDB

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

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

Aliased Typeยง

struct TrieDB<'a, 'cache, L> { /* private fields */ }