pub struct Recorder<HO> { /* fields omitted */ }
Expand description
Records trie nodes as they pass it.
Create a new Recorder
which records all given nodes.
Create a Recorder
which only records nodes beyond a given depth.
Record a visited node, given its hash, data, and depth.
Drain all visited records.
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Decode a byte-slice into the desired item.
Record that a node has been passed through.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.