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

Enum Message

examples/backends.rs:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#[derive(Debug, Clone)]
26enum Message {
27 PlotA(PlotUiMessage),
28 PlotB(PlotUiMessage),
29}
30
31impl App {
32 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected