Skip to main content

CommandStream

Type Alias CommandStream 

Source
pub type CommandStream = Pin<Box<dyn Stream<Item = BridgeCommand> + Send>>;
Expand description

Stream of commands from the remote.

Aliased Typeยง

pub struct CommandStream { /* private fields */ }