(&self, tree: &mut Tree)
| 170 | } |
| 171 | |
| 172 | fn diff(&self, tree: &mut Tree) { |
| 173 | self.content.as_widget().diff(tree); |
| 174 | } |
| 175 | |
| 176 | fn size(&self) -> iced::Size<Length> { |
| 177 | iced::Size { |
nothing calls this directly
no outgoing calls
no test coverage detected