TrieDB

Type Alias TrieDB 

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

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

Aliased Typeยง

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