Searched refs:try_execute_command (Results 1 – 1 of 1) sorted by relevance
64 fn try_execute_command(&mut self, command: &[u8]) -> anyhow::Result<(), Error> { in try_execute_command() method99 match self.try_execute_command(command) { in execute_command()