Type Alias VecVariable

Source
pub type VecVariable<G, D, R> = Variable<G, Vec<(D, <G as ScopeParent>::Timestamp, R)>>;
Expand description

A Variable specialized to a vector container of update triples (data, time, diff).

Aliased Typeยง

pub struct VecVariable<G, D, R> { /* private fields */ }