Struct generic_btree::FindResult
source · pub struct FindResult {
pub index: usize,
pub offset: usize,
pub found: bool,
}Fields§
§index: usize§offset: usize§found: boolpub struct FindResult {
pub index: usize,
pub offset: usize,
pub found: bool,
}index: usize§offset: usize§found: bool