Type Definition trie_db::Result [−][src]
type Result<T, H, E> = Result<T, Box<TrieError<H, E>>>;
Trie result type.
Boxed to avoid copying around extra space for the Hasher
s Out
on successful queries.
type Result<T, H, E> = Result<T, Box<TrieError<H, E>>>;
Trie result type.
Boxed to avoid copying around extra space for the Hasher
s Out
on successful queries.