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

Enum Message

examples/auto_backend.rs:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28#[derive(Debug, Clone)]
29enum Message {
30 Plot(PlotUiMessage),
31 RenderStrategyDetected(PlotRenderStrategy),
32 XOffsetChanged(f32),
33 YOffsetChanged(f32),
34}
35
36impl App {
37 fn new() -> (Self, Task<Message>) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected