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

Method new

examples/backends.rs:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31impl App {
32 fn new() -> Self {
33 Self {
34 plot_a: marker_plot(PlotRenderStrategy::Shader),
35 plot_b: marker_plot(PlotRenderStrategy::Canvas),
36 }
37 }
38
39 fn update(&mut self, message: Message) {
40 match message {

Callers

nothing calls this directly

Calls 1

marker_plotFunction · 0.85

Tested by

no test coverage detected