()
| 39 | |
| 40 | impl App { |
| 41 | fn new() -> Self { |
| 42 | Self { |
| 43 | widget: plot_widget(), |
| 44 | annotation_expanded: true, |
| 45 | shape_vertical: alignment::Vertical::Top, |
| 46 | shape_horizontal: alignment::Horizontal::Center, |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | fn update(&mut self, message: Message) { |
| 51 | match message { |
nothing calls this directly
no test coverage detected