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

Class App

examples/scrolling_plot.rs:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28struct App {
29 series_id: ShapeId,
30 widget: PlotWidget,
31 x: f64,
32 last_tick: std::time::Instant,
33}
34
35impl App {
36 fn update(&mut self, message: Message, now: std::time::Instant) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected