TreeHash

Derive Macro TreeHash 

Source
#[derive(TreeHash)]
{
    // Attributes available to this derive:
    #[tree_hash]
}
Expand description

Implements tree_hash::TreeHash for some struct.

Fields are hashed in the order they are defined.