(&self)
| 78 | } |
| 79 | |
| 80 | fn view(&self) -> Html { |
| 81 | // on?=to_option(self.props.on) |
| 82 | // onIcon=self.props.on_icon |
| 83 | // offIcon=self.props.off_icon |
| 84 | // label=self.props.label |
| 85 | // disabled=self.props.disabled |
| 86 | // ref=self.node_ref.clone() |
| 87 | // > { self.props.children.clone() } |
| 88 | |
| 89 | unimplemented!() |
| 90 | } |
| 91 | |
| 92 | fn rendered(&mut self, first_render: bool) { |
| 93 | // if first_render { |
nothing calls this directly
no outgoing calls
no test coverage detected