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

Class App

examples/plot_overlays.rs:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20struct App {
21 widget: PlotWidget,
22 annotation_expanded: bool,
23 shape_vertical: alignment::Vertical,
24 shape_horizontal: alignment::Horizontal,
25}
26
27#[derive(Debug, Clone)]
28enum Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected