Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ Message
Enum
Message
examples/huge_scatter.rs:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
#[derive(Debug, Clone)]
20
enum Message {
21
PlotMessage(PlotUiMessage),
22
}
23
24
fn update(widget: &mut PlotWidget, message: Message) {
25
match message {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected