Type Definition ethcore_util::trie::TrieItem [] [src]

type TrieItem<'a> = Result<(Vec<u8>, DBValue)>;

Trie-Item type.