(&self, _state: &Self::State)
| 250 | } |
| 251 | |
| 252 | fn new_system(&self, _state: &Self::State) -> Self::System { |
| 253 | Counter::new() |
| 254 | } |
| 255 | |
| 256 | fn gen_command(&self, u: &mut Unstructured, _state: &Self::State) -> Result<Self::Command> { |
| 257 | use CounterCommand::*; |