Searched refs:send_single_command (Results 1 – 1 of 1) sorted by relevance
627 fn send_single_command<M>(&mut self, bar: &Bar0, command: M) -> Result in send_single_command() method703 SplitState::Single(command) => self.send_single_command(bar, command), in send_command()705 self.send_single_command(bar, command)?; in send_command()709 self.send_single_command::<ContinuationRecord<'_>>(bar, continuation)?; in send_command()