(&mut self, command: Commands)
| 165 | } |
| 166 | |
| 167 | pub(crate) fn push_command(&mut self, command: Commands) { |
| 168 | self.commands.push(command); |
| 169 | } |
| 170 | |
| 171 | pub(crate) fn backlog(&self) -> Vec<(SharedString, SharedString, i32, SharedString)> { |
| 172 | let total = self.backlog.len(); |