[−][src]Struct trie_db::TrieBuilder
Get trie root and insert visited node in a hash_db.
As for all ProcessEncodedNode
implementation, it
is only for full trie parsing (not existing trie).
Fields
root: Option<HO>
Methods
impl<'a, H, HO, V, DB> TrieBuilder<'a, H, HO, V, DB>
[src]
Trait Implementations
impl<'a, H: Hasher, V, DB: HashDB<H, V>> ProcessEncodedNode<<H as Hasher>::Out> for TrieBuilder<'a, H, <H as Hasher>::Out, V, DB>
[src]
Auto Trait Implementations
impl<'a, H, HO, V, DB> Unpin for TrieBuilder<'a, H, HO, V, DB> where
H: Unpin,
HO: Unpin,
V: Unpin,
H: Unpin,
HO: Unpin,
V: Unpin,
impl<'a, H, HO, V, DB> Send for TrieBuilder<'a, H, HO, V, DB> where
DB: Send,
H: Send,
HO: Send,
V: Send,
DB: Send,
H: Send,
HO: Send,
V: Send,
impl<'a, H, HO, V, DB> Sync for TrieBuilder<'a, H, HO, V, DB> where
DB: Sync,
H: Sync,
HO: Sync,
V: Sync,
DB: Sync,
H: Sync,
HO: Sync,
V: Sync,
impl<'a, H, HO, V, DB> RefUnwindSafe for TrieBuilder<'a, H, HO, V, DB> where
DB: RefUnwindSafe,
H: RefUnwindSafe,
HO: RefUnwindSafe,
V: RefUnwindSafe,
DB: RefUnwindSafe,
H: RefUnwindSafe,
HO: RefUnwindSafe,
V: RefUnwindSafe,
impl<'a, H, HO, V, DB> !UnwindSafe for TrieBuilder<'a, H, HO, V, DB>
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,