Type Definition trie_db::CError

source · []
pub type CError<L> = <<L as TrieLayout>::Codec as NodeCodec>::Error;
Expand description

Alias accessor to NodeCodec associated Error type from a TrieLayout.