Expand description
A Chain responsible for recovering a [State] from a failed transaction.
Structs§
- A
Chainwhich stores every mutation of its subject in a series ofChainBlocks - A single filesystem block belonging to a
Chain. - A view of a
Chainwithin a singleTransaction, used for serialization. - A
de::Visitorfor deserializing aChain. - A
super::Chainwhich keeps only the data needed to recover the state of its subject in the event of a transaction failure.
Enums§
- A data structure responsible for maintaining the integrity of a mutable subject.
- The type of a
Chain.
Constants§
Traits§
- A block in a file managed by a
Chain - Methods common to any type of
Chain. - Defines a method to recover the state of this
Chainfrom a transaction failure.