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

Enum Message

examples/scrolling_plot.rs:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#[derive(Debug, Clone)]
23enum Message {
24 PlotMessage(PlotUiMessage),
25 Tick,
26}
27
28struct App {
29 series_id: ShapeId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected