Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donkeyteethUX/iced_plot
/ from
Method
from
src/series.rs:119–121 ·
view source on GitHub ↗
(size: f32)
Source
from the content-addressed store, hash-verified
117
118
impl From<f32> for Size {
119
fn from(size: f32) -> Self {
120
Self::Pixels(size)
121
}
122
}
123
124
impl Size {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected