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

Function update

examples/fills.rs:15–17  ·  view source on GitHub ↗
(widget: &mut PlotWidget, message: PlotUiMessage)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected