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