(&self)
| 162 | } |
| 163 | |
| 164 | fn state(&self) -> tree::State { |
| 165 | self.content.as_widget().state() |
| 166 | } |
| 167 | |
| 168 | fn children(&self) -> Vec<Tree> { |
| 169 | self.content.as_widget().children() |
nothing calls this directly
no outgoing calls
no test coverage detected