Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ default
Method
default
src/series.rs:38–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
impl Default for LineStyle {
38
fn default() -> Self {
39
Self {
40
width: Size::Pixels(1.0),
41
line_type: LineType::Solid,
42
}
43
}
44
}
45
46
impl LineStyle {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected