Struct trie_db::recorder::Record [−][src]
Expand description
A record of a visited node.
Fields
depth: u32
The depth of this node.
data: Vec<u8>
The raw data of the node.
hash: HO
The hash of the data.
Trait Implementations
Auto Trait Implementations
impl<HO> RefUnwindSafe for Record<HO> where
HO: RefUnwindSafe,
impl<HO> UnwindSafe for Record<HO> where
HO: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more