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

Enum Message

examples/bad_apple.rs:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected