pub struct TrieRoot<H, HO> {
pub root: Option<HO>,
/* private fields */
}
Expand description
Calculate the trie root of the trie.
Fields
root: Option<HO>
The resulting root.
pub struct TrieRoot<H, HO> {
pub root: Option<HO>,
/* private fields */
}
Calculate the trie root of the trie.
root: Option<HO>
The resulting root.