Crate tracing_vec

Source

Structs§

TimedIndex
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”.
TimelessIndex
An index pointing just to some data in a [TracingVec]. It doesn’t retain information about its movement.
TracingVec
Tracing vector is a vector that manages its history by keeping track of its elements.

Enums§

IndexError