Structsยง
- A view into a single occupied location in a
IndexMap
. - Type representing a TOML non-inline table
- 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ยง
- DEFAULT_
KEY_ ๐DECOR - DEFAULT_
ROOT_ ๐DECOR - DEFAULT_
TABLE_ ๐DECOR
Traitsยง
- This trait represents either a
Table
, or anInlineTable
.
Functionsยง
- decorate_
table ๐
Type Aliasesยง
- An owned iterator type over
Table
โs key/value pairs. - An iterator type over
Table
โs key/value pairs. - A mutable iterator type over
Table
โs key/value pairs. - KeyValue
Pairs ๐