Type Definition tp_trie::CError[][src]

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

Various re-exports from the tetsy-trie-db crate. Alias accessor to NodeCodec associated Error type from a TrieLayout.