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

Method view

examples/scrolling_plot.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62 }
63
64 fn view(&self) -> Element<'_, Message> {
65 self.widget.view().map(Message::PlotMessage)
66 }
67
68 fn subscription(&self) -> iced::Subscription<Message> {
69 window::frames().map(|_| Message::Tick)

Callers

nothing calls this directly

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected