Module tc_transact::fs
source · [−]Expand description
Transactional filesystem traits and data structures.
Traits
The data contained by a single block on the filesystem
A read lock on a block
An exclusive read lock on a block
A write lock on a block
Defines how to copy a base state from another instance, possibly a view.
A transactional directory
A transactional file
An exclusive read lock on a File
Defines how to load a persistent data structure from the filesystem.
Defines how to restore persistent state from backup.
Type Definitions
An alias for [Id
] used for code clarity