MCPcopy 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
118impl From<f32> for Size {
119 fn from(size: f32) -> Self {
120 Self::Pixels(size)
121 }
122}
123
124impl Size {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected