Expand description
§SwimOS Persistence API
Implement the PlanePersistence trait to provide a store that a SwimOS server can used to
persist its state between executions.
Structs§
- Store
Disabled - A dummy store implementation for when no peristence is required.
Traits§
- Node
Persistence - Defines that operations that must be provided for a store implementation that allows a Swim agent to persist its state.
- Plane
Persistence - Implementers of this trait can produce a family of independent stores, keyed by name, for any agent within a single plane.
- Range
Consumer - Enumerates the entries of a map from a store. This cannot be an iterator as the entries can borrow from the consumer.
- Server
Persistence
Type Aliases§
- KeyValue
- View of a entry from a map in a store.