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

Class App

examples/three_plots.rs:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26struct App {
27 s1_id: ShapeId,
28 s2_id: ShapeId,
29 s3_id: ShapeId,
30 w1: PlotWidget,
31 w2: PlotWidget,
32 w3: PlotWidget,
33}
34
35#[derive(Debug)]
36struct Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected