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

Method subscription

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

Source from the content-addressed store, hash-verified

127 }
128
129 fn subscription(&self) -> iced::Subscription<Message> {
130 window::frames().map(|_| Message::Tick)
131 }
132}
133
134fn build_positions(width: usize, height: usize) -> Vec<[f64; 2]> {

Callers

nothing calls this directly

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected