Type Definition TrieError
sp_trie
type TrieError<L> = TrieError<TrieHash<L>, CError<L>>;
TrieDB error over TrieConfiguration trait.
TrieConfiguration