Structs§
- A view into a single occupied location in a
IndexMap
. - Type representing a TOML inline table, payload of the
Value::InlineTable
variant - A view into a single empty location in a
IndexMap
.
Enums§
- A view into a single location in a map, which may be vacant or occupied.
Constants§
Functions§
Type Aliases§
- An owned iterator type over key/value pairs of an inline table.
- An iterator type over key/value pairs of an inline table.
- A mutable iterator type over key/value pairs of an inline table.