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

Function view

examples/fills.rs:19–21  ·  view source on GitHub ↗
(widget: &PlotWidget)

Source from the content-addressed store, hash-verified

17}
18
19fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
20 widget.view()
21}
22
23fn new() -> PlotWidget {
24 let upper_positions: Vec<[f64; 2]> = (0..450)

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected