pub type CommandRx = Receiver<Command>;
Bounded receiver for the command channel.
pub struct CommandRx { /* private fields */ }