Struct tree_index::Verification
[−]
[src]
pub struct Verification { pub node: usize, pub top: usize, }
Returned by .verified_by()
.
Fields
node: usize
Node that verifies the index.
top: usize
The highest Node found.