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

Method view

examples/bad_apple.rs:125–127  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

123 }
124
125 fn view(&self) -> Element<'_, Message> {
126 self.widget.view().map(Message::PlotMessage)
127 }
128
129 fn subscription(&self) -> iced::Subscription<Message> {
130 window::frames().map(|_| Message::Tick)

Callers

nothing calls this directly

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected