(&self)
| 35 | fn handle_event(&mut self, _event: Event) {} |
| 36 | |
| 37 | fn bounds(&self) -> Rect { |
| 38 | self.bounds.clone() |
| 39 | } |
| 40 | |
| 41 | fn apply_style(&mut self, style: Style) { |
| 42 | self.style = style; |
nothing calls this directly
no outgoing calls
no test coverage detected