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

Function update

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected