Skip to main content

ChangeUpdate

Type Alias ChangeUpdate 

Source
pub type ChangeUpdate<T, S, B> = Update<T, ChangesetFormat, S, B>;
Expand description

Type alias for Update<T, ChangesetFormat, S, B>.

Changeset updates store both old and new values for each column.

Aliased Typeยง

pub struct ChangeUpdate<T, S, B> { /* private fields */ }