(&self, reason: &str)
| 189 | } |
| 190 | |
| 191 | pub fn close(&self, reason: &str) { |
| 192 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 193 | // .node_ref |
| 194 | // .cast::<Snackbar>() |
| 195 | // .unwrap() |
| 196 | // .close(&JsValue::from_str(reason)) |
| 197 | unimplemented!() |
| 198 | } |
| 199 | } |
| 200 | |
| 201 | fn event_into_details_reason(event: &Event) -> Option<String> { |
nothing calls this directly
no outgoing calls
no test coverage detected