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

Function update

examples/log_scale.rs:16–18  ·  view source on GitHub ↗
(widget: &mut PlotWidget, message: PlotUiMessage)

Source from the content-addressed store, hash-verified

14}
15
16fn update(widget: &mut PlotWidget, message: PlotUiMessage) {
17 widget.update(message);
18}
19
20fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
21 widget.view()

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected