Binds to `show` method. See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details
(&self)
| 350 | /// |
| 351 | /// See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details |
| 352 | pub fn show(&self) { |
| 353 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 354 | // .node_ref |
| 355 | // .cast::<Menu>() |
| 356 | // .unwrap() |
| 357 | // .show(); |
| 358 | } |
| 359 | |
| 360 | /// Binds to `close` method. |
| 361 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected