(mut self, style: Style)
| 27 | } |
| 28 | |
| 29 | pub fn with_style(mut self, style: Style) -> Self { |
| 30 | self.style = style; |
| 31 | self |
| 32 | } |
| 33 | |
| 34 | pub fn on_click<F>(mut self, callback: F) -> Self |
| 35 | where |
nothing calls this directly
no outgoing calls
no test coverage detected