| 24 | } |
| 25 | |
| 26 | struct 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)] |
| 36 | struct Message { |
nothing calls this directly
no outgoing calls
no test coverage detected