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

Auto Trait Implementations

impl Send for Verification

impl Sync for Verification