Module tomllib::types [] [src]

Structs

Date

Represents a date value.

DateTime

Represents aDateTime including the Date and optional Time

TOMLError

Error type returned by Value creation convenience functions on invalid input.

Time

Represents the time part of a DateTime including optional fractional seconds and timezone offset.

TimeOffsetAmount

A positive or negative amount of hours and minutes offset from UTC.

Enums

Children

Represents the child keys of a key in a parsed TOML document.

ParseError

Represents a non-failure error encountered while parsing a TOML document.

ParseResult

Conveys the result of a parse operation on a TOML document

PosNeg

Represents a plus sign or minus sign for positive and negative timezone offsets.

StrType

Represents the 4 different types of strings that are allowed in TOML documents.

TimeOffset

Represents either a timezone of Zulu or or hour plus minute timezone offset from UTC.

Value