Struct trie_db::TrieRoot [−][src]
pub struct TrieRoot<H, HO> {
pub root: Option<HO>,
// some fields omitted
}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,
H: RefUnwindSafe,
HO: RefUnwindSafe,
impl<H, HO> Send for TrieRoot<H, HO> where
H: Send,
HO: Send,
H: Send,
HO: Send,
impl<H, HO> Sync for TrieRoot<H, HO> where
H: Sync,
HO: Sync,
H: Sync,
HO: Sync,
impl<H, HO> Unpin for TrieRoot<H, HO> where
H: Unpin,
HO: Unpin,
H: Unpin,
HO: Unpin,
impl<H, HO> UnwindSafe for TrieRoot<H, HO> where
H: UnwindSafe,
HO: UnwindSafe,
H: UnwindSafe,
HO: UnwindSafe,