type SegmentEntry = GeomWithData<Line<[f64; 2]>, usize>;
struct SegmentEntry { pub data: usize, /* private fields */ }
data: usize
Data to be associated with the geometry being stored in the RTree.
RTree