Type Alias Channels

Source
pub type Channels = BTreeMap<Priority, Channel>;
Expand description

All channels, keyed by dispatch priority

Aliased Typeยง

struct Channels { /* private fields */ }