[][src]Type Definition trie_db::CError

type CError<L> = <<L as TrieLayout>::Codec as NodeCodec<<L as TrieLayout>::Hash>>::Error;

Alias accessor to NodeCodec associated Error type from a TrieLayout.