pub type States = HashMap<i32, Export>;
This type alias represent the states of the device inside an aggregate computation.
pub struct States { /* private fields */ }