MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / diff

Method diff

src/plot_overlay.rs:172–174  ·  view source on GitHub ↗
(&self, tree: &mut Tree)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected