Module state_versions

Source
Expand description

A durable, truncatable log of versions of State.

Structs§

AllLiveDiffs
EncodedRollup
RecentLiveDiffs
ReferencedBlobValidator 🔒
StateVersions
A durable, truncatable log of versions of State.
StateVersionsIter
An iterator over consecutive versions of State.
UntypedStateVersionsIter

Enums§

InspectDiff
This represents a diff, either directly or, in the case of the FromInitial variant, a diff from the initial state. (We could instead compute the diff from the initial state and replace this with only a StateDiff<T>, but don’t for efficiency.)