(&self)
| 186 | |
| 187 | impl WeakComponentLink<Dialog> { |
| 188 | pub fn focus(&self) { |
| 189 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 190 | // .node_ref |
| 191 | // .cast::<Dialog>() |
| 192 | // .unwrap() |
| 193 | // .focus() |
| 194 | } |
| 195 | |
| 196 | pub fn blur(&self) { |
| 197 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
nothing calls this directly
no outgoing calls
no test coverage detected