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