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

Method subscription

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

Source from the content-addressed store, hash-verified

66 }
67
68 fn subscription(&self) -> iced::Subscription<Message> {
69 window::frames().map(|_| Message::Tick)
70 }
71
72 fn new() -> Self {
73 let x = 0.0f64;

Callers

nothing calls this directly

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected