(&self)
| 194 | } |
| 195 | |
| 196 | pub fn blur(&self) { |
| 197 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 198 | // .node_ref |
| 199 | // .cast::<Dialog>() |
| 200 | // .unwrap() |
| 201 | // .blur() |
| 202 | } |
| 203 | |
| 204 | pub fn show(&self) { |
| 205 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
nothing calls this directly
no outgoing calls
no test coverage detected