Skip to main content

VecVariable

Type Alias VecVariable 

Source
pub type VecVariable<'scope, T, D, R> = Variable<'scope, T, Vec<(D, T, R)>>;
Expand description

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

Aliased Typeยง

pub struct VecVariable<'scope, T, D, R> { /* private fields */ }