Skip to main content

Tuple

Type Alias Tuple 

Source
pub type Tuple<U> = (<U as Update>::Key, <U as Update>::Val, <U as Update>::Time, <U as Update>::Diff);
Expand description

The flat (key, val, time, diff) tuple for an Update.