Type Definition ethcore_util::trie::Result
[−]
[src]
type Result<T> = Result<T, Box<TrieError>>;
Trie result type. Boxed to avoid copying around extra space for H256
s on successful queries.