[][src]Module toml_spanned_value::spanned_value

Definition of a TOML spanned value

Structs

Datetime

A parsed TOML datetime value

DatetimeParseError

Error returned from parsing a Datetime in the FromStr implementation.

Map

Represents a JSON key/value type.

Enums

ValueKind

Representation of a TOML value.

Traits

Index

Types that can be used to index a toml::ValueKind

Type Definitions

Array

Type representing a TOML array, payload of the ValueKind::Array variant

SpannedValue

Type representing a value with a span

Table

Type representing a TOML table, payload of the ValueKind::Table variant. By default it is backed by a BTreeMap, enable the preserve_order feature to use a LinkedHashMap instead.