1
2
3
4
5
use rf_core::export::Export;
use std::collections::HashMap;

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