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