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

Function update

examples/high_precision.rs:19–21  ·  view source on GitHub ↗
(widget: &mut PlotWidget, message: PlotUiMessage)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected