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

Method update

examples/backends.rs:39–44  ·  view source on GitHub ↗
(&mut self, message: Message)

Source from the content-addressed store, hash-verified

37 }
38
39 fn update(&mut self, message: Message) {
40 match message {
41 Message::PlotA(message) => self.plot_a.update(message),
42 Message::PlotB(message) => self.plot_b.update(message),
43 }
44 }
45
46 fn view(&self) -> Element<'_, Message> {
47 row![

Callers 9

updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45
updateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected