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