Structs§
- Timed
Index - An index pointing to a position in a snapshot of a [
TracingVec
]. It doesn’t point directly to the underlying data, but retains information about the particular position and thus supports a kind of “interior mutability”. - Timeless
Index - An index pointing just to some data in a [
TracingVec
]. It doesn’t retain information about its movement. - Tracing
Vec - Tracing vector is a vector that manages its history by keeping track of its elements.