Structs§
- Serializer
- Create a
serde::Serializer
that serializes aSerialize
e into aValue
.
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 aT
- to_
value
Type Aliases§
- Map
- Represents a key/value type.
- MapInto
Iter - Represents the IntoIter type.