datatypes
0.12.0
Ordered
F32
Aliased type
Fields
0
Trait Implementations
TryFrom<Value>
In datatypes::
value
datatypes
::
value
Type Alias
OrderedF32
Copy item path
Source
pub type OrderedF32 =
OrderedFloat
<
f32
>;
Aliased Type
§
struct OrderedF32(pub
f32
);
Fields
§
§
0:
f32
Trait Implementations
§
Source
§
impl
TryFrom
<
Value
> for
OrderedF32
Source
§
type
Error
=
Error
The type returned in the event of a conversion error.
Source
§
fn
try_from
(from:
Value
) ->
Result
<Self, Self::
Error
>
Performs the conversion.