Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ Message
Enum
Message
examples/bad_apple.rs:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
#[derive(Debug, Clone)]
24
enum Message {
25
PlotMessage(PlotUiMessage),
26
Tick,
27
}
28
29
struct App {
30
series_id: ShapeId,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected