Struct trie_db::TrieRoot [−][src]
pub struct TrieRoot<H, HO> { pub root: Option<HO>, // some fields omitted }
Expand description
Calculate the trie root of the trie.
Fields
root: Option<HO>
The resulting root.
Trait Implementations
Auto Trait Implementations
impl<H, HO> RefUnwindSafe for TrieRoot<H, HO> where
H: RefUnwindSafe,
HO: RefUnwindSafe,
impl<H, HO> UnwindSafe for TrieRoot<H, HO> where
H: UnwindSafe,
HO: UnwindSafe,