(&self)
| 180 | |
| 181 | impl WeakComponentLink<Snackbar> { |
| 182 | pub fn show(&self) { |
| 183 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 184 | // .node_ref |
| 185 | // .cast::<Snackbar>() |
| 186 | // .unwrap() |
| 187 | // .show() |
| 188 | unimplemented!() |
| 189 | } |
| 190 | |
| 191 | pub fn close(&self, reason: &str) { |
| 192 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
nothing calls this directly
no outgoing calls
no test coverage detected