walk

Function walk 

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

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

Returns an empty vec for an empty changeset.