(&self)
| 77 | } |
| 78 | |
| 79 | fn view(&self) -> Html { |
| 80 | html! { |
| 81 | <div id="tooltip-id" class="mdc-tooltip" role="tooltip" aria-hidden="true"> |
| 82 | <div class="mdc-tooltip__surface"> { &self.label } </div> |
| 83 | </div> |
| 84 | } |
| 85 | } |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected