cosmic
0.1.0
One
Required Methods
one
Object Safety
Implementors
In cosmic::
iced_
widget::
canvas::
path::
lyon_
path::
geom::
euclid::
num
Trait
cosmic
::
iced_widget
::
canvas
::
path
::
lyon_path
::
geom
::
euclid
::
num
::
One
Copy item path
source
·
[
−
]
pub trait One { // Required method fn
one
() -> Self; }
Required Methods
§
source
fn
one
() -> Self
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T>
One
for T
where T:
One
,
source
§
impl<T, Src, Dst>
One
for
Scale
<T, Src, Dst>
where T:
One
,