The current modal control, None if none
(&self)
| 245 | |
| 246 | /// The current modal control, None if none |
| 247 | pub fn captured(&self) -> Option<&Box<dyn Element>> { |
| 248 | // self.captured |
| 249 | todo!() |
| 250 | } |
| 251 | |
| 252 | /// The current modal control, None if none |
| 253 | pub fn set_captured(&mut self, control: Option<&dyn Element>) { |
no outgoing calls
no test coverage detected