pub struct Recorder<HO> { /* private fields */ }
Expand description
Records trie nodes as they pass it.
Implementations
Create a Recorder
which only records nodes beyond a given depth.
Record a visited node, given its hash, data, and depth.
pub struct Recorder<HO> { /* private fields */ }
Records trie nodes as they pass it.
Create a Recorder
which only records nodes beyond a given depth.
Record a visited node, given its hash, data, and depth.