Skip to main content

Operations

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ยง

pub struct Operations { /* private fields */ }