(&mut self, props: Self::Properties)
| 62 | } |
| 63 | |
| 64 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 65 | self.label = props.label; |
| 66 | // self.onsignal = props.onsignal; |
| 67 | true |
| 68 | } |
| 69 | |
| 70 | fn view(&self) -> Html { |
| 71 | // onclick=self.link.callback(|_| Msg::Clicked)> |
nothing calls this directly
no outgoing calls
no test coverage detected