Pop the top popup from the stack
(&mut self)
| 84 | |
| 85 | /// Pop the top popup from the stack |
| 86 | pub fn pop(&mut self) -> Option<PopupType> { |
| 87 | self.stack.pop() |
| 88 | } |
| 89 | |
| 90 | /// Peek at the top popup without removing it |
| 91 | #[allow(dead_code)] |
no outgoing calls