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

Function view

examples/transform.rs:26–28  ·  view source on GitHub ↗
(widget: &PlotWidget)

Source from the content-addressed store, hash-verified

24}
25
26fn view(widget: &PlotWidget) -> Element<'_, PlotUiMessage> {
27 widget.view()
28}
29
30fn sample(count: usize, mut f: impl FnMut(f64) -> [f64; 2]) -> Vec<[f64; 2]> {
31 (0..count)

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected