Struct sp_trie::Recorder [−][src]
pub struct Recorder<HO> { /* fields omitted */ }
Various re-exports from the trie-db
crate.
Records trie nodes as they pass it.
Implementations
impl<HO> Recorder<HO> where
HO: Copy,
[src]
impl<HO> Recorder<HO> where
HO: Copy,
[src]Various re-exports from the trie-db
crate.
pub fn new() -> Recorder<HO>
[src]
Create a new Recorder
which records all given nodes.
pub fn with_depth(depth: u32) -> Recorder<HO>
[src]
Create a Recorder
which only records nodes beyond a given depth.
pub fn record(&mut self, hash: &HO, data: &[u8], depth: u32)
[src]
Record a visited node, given its hash, data, and depth.
pub fn drain(&mut self) -> Vec<Record<HO>, Global>
[src]
Drain all visited records.
Trait Implementations
Auto Trait Implementations
impl<HO> RefUnwindSafe for Recorder<HO> where
HO: RefUnwindSafe,
HO: RefUnwindSafe,
impl<HO> Send for Recorder<HO> where
HO: Send,
HO: Send,
impl<HO> Sync for Recorder<HO> where
HO: Sync,
HO: Sync,
impl<HO> Unpin for Recorder<HO> where
HO: Unpin,
HO: Unpin,
impl<HO> UnwindSafe for Recorder<HO> where
HO: UnwindSafe,
HO: UnwindSafe,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,