(&mut self, msg: Self::Message)
| 72 | } |
| 73 | |
| 74 | fn update(&mut self, msg: Self::Message) -> ShouldRender { |
| 75 | match msg { |
| 76 | Msg::Clicked => { |
| 77 | // self.onsignal.emit(()); |
| 78 | } |
| 79 | } |
| 80 | false |
| 81 | } |
| 82 | |
| 83 | fn change(&mut self, props: Self::Properties) -> ShouldRender { |
| 84 | self.label = props.label; |
nothing calls this directly
no outgoing calls
no test coverage detected