Struct ethjson::trie::Trie[][src]

pub struct Trie {
    pub input: Input,
    pub root: H256,
}

Trie test deserialization.

Fields

Trie test input.

Trie root hash.

Trait Implementations

impl Debug for Trie
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Trie
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Trie

impl Sync for Trie