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

Class Message

examples/three_plots.rs:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35#[derive(Debug)]
36struct Message {
37 msg: PlotUiMessage,
38 plot_id: usize,
39}
40
41impl App {
42 fn update(&mut self, Message { msg, plot_id }: Message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected