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§
- Key
- A toml table key
- Value
- A deserialized
ValueInner
with accompanyingSpan
information for where it was located in the toml document
Enums§
- Value
Inner - The core value types that toml can deserialize to