pub type TrieKeyItem<U, E> = Result<Vec<u8>, U, E>;
Trie-Item type used for iterators over trie key only.