Module active_standby::primitives[][src]

Expand description

The components used to build data structures in the active_standby model. Users should usually don’t need to utilize the primitives and can instead either utilize the pre-made collections, or generate the wrapper for their struct using one of the macros and then just implement the mutations for the generated WriteGuard.

Modules

Traits

Operations that update the data held internally. Users mutate the tables by implementing this trait for each function to be performed on the tables. For examples check the implementations for the collections.

Type Definitions