cosmic
1.0.0
In cosmic::
iced::
daemon::
program::
graphics::
geometry::
path::
lyon_
path::
geom
cosmic
::
iced
::
daemon
::
program
::
graphics
::
geometry
::
path
::
lyon_path
::
geom
Function
size
Copy item path
pub fn size<S>(w: S, h: S) ->
Size2D
<S,
UnknownUnit
>
Expand description
Shorthand for
Size::new(x, y)
.