Type Definition trie_db::CError [−][src]
type CError<L> = <<L as TrieLayout>::Codec as NodeCodec>::Error;
Alias accessor to NodeCodec
associated Error
type from a TrieLayout
.
type CError<L> = <<L as TrieLayout>::Codec as NodeCodec>::Error;
Alias accessor to NodeCodec
associated Error
type from a TrieLayout
.