Skip to main content

CommandTx

Type Alias CommandTx 

Source
pub type CommandTx = Sender<Command>;
Expand description

Bounded sender for the command channel.

Aliased Typeยง

pub struct CommandTx { /* private fields */ }