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

Class App

examples/auto_backend.rs:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21struct App {
22 widget: PlotWidget,
23 render_strategy: PlotRenderStrategy,
24 x_offset: f32,
25 y_offset: f32,
26}
27
28#[derive(Debug, Clone)]
29enum Message {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected