Struct patricia_trie::recorder::Recorder [] [src]

pub struct Recorder { /* fields omitted */ }

Records trie nodes as they pass it.

Methods

impl Recorder
[src]

[src]

Create a new Recorder which records all given nodes.

[src]

Create a Recorder which only records nodes beyond a given depth.

[src]

Record a visited node, given its hash, data, and depth.

[src]

Drain all visited records.

Trait Implementations

impl Debug for Recorder
[src]

[src]

Formats the value using the given formatter.

impl Default for Recorder
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a> Query for &'a mut Recorder
[src]

Output item.

[src]

Decode a byte-slice into the desired item.

[src]

Record that a node has been passed through.