pub type Tuple<U> = (<U as Update>::Key, <U as Update>::Val, <U as Update>::Time, <U as Update>::Diff);
The flat (key, val, time, diff) tuple for an Update.
(key, val, time, diff)
Update