(&mut self, props: Self::Properties)
| 50 | } |
| 51 | |
| 52 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 53 | // self.label = props.label; |
| 54 | // self.onsignal = props.onsignal; |
| 55 | true |
| 56 | } |
| 57 | |
| 58 | fn view(&self) -> Html { |
| 59 | // onclick=self.link.callback(|_| Msg::Clicked)> |
nothing calls this directly
no outgoing calls
no test coverage detected