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

Function update

examples/transform.rs:22–24  ·  view source on GitHub ↗
(widget: &mut PlotWidget, message: PlotUiMessage)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected