(&mut self, choice: String, label: Label)
| 144 | |
| 145 | pub(crate) fn insert_choice(&mut self, choice: String, label: Label) { |
| 146 | self.choices.insert(choice, label); |
| 147 | } |
| 148 | |
| 149 | pub(crate) fn insert_clear(&mut self, index: usize) { |
| 150 | self.clear.insert(index); |
| 151 | } |