(&mut self, props: Self::Properties)
| 66 | } |
| 67 | |
| 68 | fn change(&mut self, props: Self::Properties) -> bool { |
| 69 | self.props = props; |
| 70 | true |
| 71 | } |
| 72 | |
| 73 | fn view(&self) -> Html { |
| 74 | // label=self.props.label |
nothing calls this directly
no outgoing calls
no test coverage detected