(&self)
| 312 | |
| 313 | impl AsRef<RefCell<WidgetComponent>> for CustomScrollViewElement { |
| 314 | fn as_ref(&self) -> &RefCell<WidgetComponent> { |
| 315 | self.component.as_ref() |
| 316 | } |
| 317 | } |
| 318 | |
| 319 | // Overrides from WidgetComponent |
no outgoing calls
no test coverage detected