Struct trie_db::recorder::Recorder [−][src]
pub struct Recorder<HO> { /* fields omitted */ }
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.
Trait Implementations
Auto Trait Implementations
impl<HO> RefUnwindSafe for Recorder<HO> where
HO: RefUnwindSafe,
impl<HO> UnwindSafe for Recorder<HO> where
HO: UnwindSafe,