Module inline_table

Module inline_table 

Source

Structs§

InlineOccupiedEntry
A view into a single occupied location in an InlineTable.
InlineTable
A TOML Value that contains a collection of Key/Value pairs
InlineVacantEntry
A view into a single empty location in an InlineTable.

Enums§

InlineEntry
A view into a single location in an InlineTable, which may be vacant or occupied.

Constants§

DEFAULT_INLINE_KEY_DECOR 🔒

Functions§

decorate_inline_table 🔒

Type Aliases§

InlineTableIntoIter
An owned iterator type over an InlineTable’s Key/Value pairs
InlineTableIter
An iterator type over InlineTable’s Key/Value pairs
InlineTableIterMut
A mutable iterator type over InlineTable’s Key/Value pairs