Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ App
Class
App
examples/themes_and_styles.rs:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
struct App {
27
widget: PlotWidget,
28
theme_choice: ThemeChoice,
29
style_choice: StyleChoice,
30
}
31
32
impl App {
33
fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected