Skip to main content

PatchsetUpdateEntry

Type Alias PatchsetUpdateEntry 

Source
pub type PatchsetUpdateEntry<S, B> = ((), Option<Value<S, B>>);
Expand description

Entry stored per column in a patchset UPDATE: a unit (the format does not carry the old value) plus the new value (or None for unchanged columns).