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

Enum Message

examples/plot_overlays.rs:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Debug, Clone)]
28enum Message {
29 Plot(PlotUiMessage),
30 Shape(ShapeMessage),
31}
32
33#[derive(Debug, Clone)]
34enum ShapeMessage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected