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

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.