Type Definition TrieError
sp_trie::trie_types
type TrieError<H> = TrieError<H, Error>;
As in trie_db, but less generic, error type for the crate.
trie_db