Expand description
Definition of a TOML value
Re-exports§
Structs§
- A parsed TOML date value
- A parsed TOML datetime value
- Error returned from parsing a
Datetimein theFromStrimplementation. - A parsed TOML time value
Enums§
- A parsed TOML time offset
- Representation of a TOML value.
Traits§
- Types that can be used to index a
toml::Value
Type Aliases§
- Type representing a TOML array, payload of the
Value::Arrayvariant - Type representing a TOML table, payload of the
Value::Tablevariant. By default it is backed by a BTreeMap, enable thepreserve_orderfeature to use a LinkedHashMap instead.