style
0.0.1
CSSFloat
Trait Implementations
From<GreaterThanOrEqualToOne<f32>>
From<NonNegative<f32>>
In style::values
Type Alias
style
::
values
::
CSSFloat
Copy item path
source
·
[
−
]
pub type CSSFloat =
f32
;
Expand description
A CSS float value.
Trait Implementations
§
source
§
impl
From
<
GreaterThanOrEqualToOne
<
f32
>> for
CSSFloat
source
§
fn
from
(number:
GreaterThanOrEqualToOneNumber
) ->
CSSFloat
Converts to this type from the input type.
source
§
impl
From
<
NonNegative
<
f32
>> for
CSSFloat
source
§
fn
from
(number:
NonNegativeNumber
) ->
CSSFloat
Converts to this type from the input type.