ron
0.8.1
Module value
Structs
Enums
Type Aliases
In crate ron
Module
ron
::
value
Copy item path
source
ยท
[
−
]
Expand description
Value module.
Structs
ยง
Float
A wrapper for
f64
, which guarantees that the inner value is finite and thus implements
Eq
,
Hash
and
Ord
.
Map
A
Value
to
Value
map.
MapAccessor
๐
Seq
๐
Enums
ยง
Number
A wrapper for a number, which can be either
f64
or
i64
.
Value
Type Aliases
ยง
MapInner
๐