Type Definition trie_db::TrieItem [−][src]
type TrieItem<'a, U, E> = Result<(Vec<u8>, DBValue), U, E>;
Trie-Item type used for iterators over trie data.
type TrieItem<'a, U, E> = Result<(Vec<u8>, DBValue), U, E>;
Trie-Item type used for iterators over trie data.