Skip to main content

walk_changeset

Function walk_changeset 

Source
pub fn walk_changeset(
    changeset_bytes: &[u8],
) -> Result<Vec<RowChange>, ChangesetError>
Expand description

Walk a changeset and return every row change with its column values.

Returns an empty vec for an empty changeset.