Struct tree_index::Verification[][src]

pub struct Verification {
    pub node: usize,
    pub top: usize,
}

Returned by .verified_by().

Fields

Node that verifies the index.

The highest Node found.

Trait Implementations

impl Debug for Verification
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Verification
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations