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