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