Struct trie_db::TrieRootUnhashed [−][src]
Expand description
Get the trie root node encoding.
Fields
root: Option<Vec<u8>>The resulting encoded root.
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for TrieRootUnhashed<H> where
H: RefUnwindSafe, impl<H> Send for TrieRootUnhashed<H> where
H: Send, impl<H> Sync for TrieRootUnhashed<H> where
H: Sync, impl<H> Unpin for TrieRootUnhashed<H> where
H: Unpin, impl<H> UnwindSafe for TrieRootUnhashed<H> where
H: UnwindSafe,