| 18 | } |
| 19 | |
| 20 | struct App { |
| 21 | widget: PlotWidget, |
| 22 | annotation_expanded: bool, |
| 23 | shape_vertical: alignment::Vertical, |
| 24 | shape_horizontal: alignment::Horizontal, |
| 25 | } |
| 26 | |
| 27 | #[derive(Debug, Clone)] |
| 28 | enum Message { |
nothing calls this directly
no outgoing calls
no test coverage detected