Type Alias States

Source
pub type States = HashMap<i32, Export>;
Expand description

This type alias represent the states of the device inside an aggregate computation.

Aliased Typeยง

pub struct States { /* private fields */ }