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

Enum Message

examples/interactive_spline.rs:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#[allow(clippy::large_enum_variant)]
21#[derive(Debug, Clone)]
22enum Message {
23 Plot(PlotUiMessage),
24}
25
26struct App {
27 widget: PlotWidget,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected