(&mut self, msg: Self::Message)
| 62 | } |
| 63 | |
| 64 | fn update(&mut self, msg: Self::Message) -> ShouldRender { |
| 65 | match msg { |
| 66 | Msg::Clicked => { |
| 67 | // self.onsignal.emit(()); |
| 68 | } |
| 69 | } |
| 70 | false |
| 71 | } |
| 72 | |
| 73 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 74 | self.label = props.label; |
nothing calls this directly
no outgoing calls
no test coverage detected