The current marked control, None if none
(&self)
| 272 | |
| 273 | /// The current marked control, None if none |
| 274 | pub fn marked(&self) -> Option<&Box<dyn Element>> { |
| 275 | // self.marked |
| 276 | todo!() |
| 277 | } |
| 278 | |
| 279 | /// The current marked control, None if none |
| 280 | pub fn set_marked(&mut self, control: Option<&dyn Element>) { |
no outgoing calls
no test coverage detected