Builder: set the switch flag.
(mut self, switch: bool)
| 147 | |
| 148 | /// Builder: set the switch flag. |
| 149 | pub fn with_switch(mut self, switch: bool) -> Self { |
| 150 | self.switch = switch; |
| 151 | self |
| 152 | } |
| 153 | } |
| 154 | |
| 155 | impl Command for Split { |
no outgoing calls