Searched defs:TreeIndex (Results 1 – 2 of 2) sorted by relevance
48 pub struct TreeIndex { struct59 pub struct TreeIndex { struct71 tree_index: &mut TreeIndex, in index_insert()139 impl TreeIndex { implementation
11 pub trait TreeIndex: trait81 impl TreeIndex for $t { impl