Expand description
Contains the Value
and ValueInner
containers into which all toml
contents can be deserialized into and either used directly or fed into
crate::Deserialize
or your own constructs to deserialize into your own
types
Structs§
- A toml table key
- A deserialized
ValueInner
with accompanyingSpan
information for where it was located in the toml document
Enums§
- The core value types that toml can deserialize to
Type Aliases§
- A toml array
- A toml table, always represented as a sorted map.