pub type ShardDelta = ShardDeltaForKey<DEFAULT_KEY_BYTES>;Aliased Type§
pub struct ShardDelta {
pub shard_index: usize,
pub operations: Vec<ShardOpForKey<8>>,
pub undo_entries: Vec<UndoEntryForKey<8>>,
}Fields§
§shard_index: usize§operations: Vec<ShardOpForKey<8>>§undo_entries: Vec<UndoEntryForKey<8>>