(&self)
| 410 | |
| 411 | impl AsRef<RefCell<WidgetComponent>> for NavigationToolbarElement { |
| 412 | fn as_ref(&self) -> &RefCell<WidgetComponent> { |
| 413 | self.component.as_ref() |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | // Overrides from WidgetComponent |
no outgoing calls
no test coverage detected