Type Definition tp_trie::TrieError[][src]

type TrieError<L> = TrieError<TrieHash<L>, CError<L>>;

TrieDB error over TrieConfiguration trait.