Expand description
A Chain
responsible for recovering a [State
] from a failed transaction.
Structs§
- A
Chain
which stores every mutation of its subject in a series ofChainBlock
s - A single filesystem block belonging to a
Chain
. - A view of a
Chain
within a singleTransaction
, used for serialization. - A
de::Visitor
for deserializing aChain
. - A
super::Chain
which 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
Chain
from a transaction failure.