Skip to main content

CommandRx

Type Alias CommandRx 

Source
pub type CommandRx = Receiver<Command>;
Expand description

Bounded receiver for the command channel.

Aliased Typeยง

pub struct CommandRx { /* private fields */ }