Type Definition trie_db::TrieKeyItem

source ·
pub type TrieKeyItem<U, E> = Result<Vec<u8>, U, E>;
Expand description

Trie-Item type used for iterators over trie key only.