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

Function view

examples/line_only.rs:48–50  ·  view source on GitHub ↗
(widget: &PlotWidget)

Source from the content-addressed store, hash-verified

46}
47
48fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
49 widget.view()
50}
51
52fn new() -> PlotWidget {
53 let positions = (0..100)

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected