Type Alias SlaveSetup

Source
pub type SlaveSetup = HashMap<SlavePos, bool>;
Expand description

Type alias for the slave setup

The slave setup is stored in a hashmap with the slave position as the key

Aliased Typeยง

struct SlaveSetup { /* private fields */ }