Struct trie_db::TrieRootPrint [−][src]
pub struct TrieRootPrint<H, HO> { pub root: Option<HO>, // some fields omitted }
Calculate the trie root of the trie. Print a debug trace.
Fields
root: Option<HO>
The resulting root.
Trait Implementations
impl<H, HO> Default for TrieRootPrint<H, HO>
[src]
impl<H, HO> Default for TrieRootPrint<H, HO>
[src]Auto Trait Implementations
impl<H, HO> RefUnwindSafe for TrieRootPrint<H, HO> where
H: RefUnwindSafe,
HO: RefUnwindSafe,
H: RefUnwindSafe,
HO: RefUnwindSafe,
impl<H, HO> Send for TrieRootPrint<H, HO> where
H: Send,
HO: Send,
H: Send,
HO: Send,
impl<H, HO> Sync for TrieRootPrint<H, HO> where
H: Sync,
HO: Sync,
H: Sync,
HO: Sync,
impl<H, HO> Unpin for TrieRootPrint<H, HO> where
H: Unpin,
HO: Unpin,
H: Unpin,
HO: Unpin,
impl<H, HO> UnwindSafe for TrieRootPrint<H, HO> where
H: UnwindSafe,
HO: UnwindSafe,
H: UnwindSafe,
HO: UnwindSafe,