Module mz_persist_client::internal::state_versions
source · Expand description
A durable, truncatable log of versions of State.
Structs§
Enums§
- 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.)