taskchampion

Type Alias Operations

Source
pub type Operations = Vec<Operation>;
Expand description

Operations are a sequence of Operation values, which can be committed in a single transaction with Replica::commit_operations.

Aliased Typeยง

struct Operations { /* private fields */ }