pub type CommandStream = Pin<Box<dyn Stream<Item = BridgeCommand> + Send>>;
Stream of commands from the remote.
pub struct CommandStream { /* private fields */ }