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

Function update

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected