Changes

Type Alias Changes 

Source
pub type Changes = Vec<Change>;
Expand description

A list of changes, which must be applied in the same order to get to the current state.

Aliased Typeยง

pub struct Changes { /* private fields */ }