Type Alias rf_distributed::state::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§

struct States { /* private fields */ }