Module value

Source

Structs§

Serializer
Create a serde::Serializer that serializes a Serializee into a Value.

Enums§

Value
Represents a Hjson/JSON value

Traits§

ToJson
A trait for converting values to Hjson

Functions§

from_value
Shortcut function to decode a Hjson Value into a T
to_value

Type Aliases§

Map
Represents a key/value type.
MapIntoIter
Represents the IntoIter type.