Type Definition casper_execution_engine::storage::trie::Parents[][src]

type Parents<K, V> = Vec<(u8, Trie<K, V>)>;

A parent is represented as a pair of a child index and a node or extension.