Enum ETokenStringType#

Enum Documentation#

enum toml_parser::ETokenStringType#

The string type for key and string tokens.

Values:

enumerator not_specified#

Not specified or not applicable.

enumerator quoted_string#

Quoted string.

enumerator literal_string#

Literal string.

enumerator multi_line_quoted#

Multiple lines as a quoted string (only for string tokens)

enumerator multi_line_literal#

Multiple lines as a literal string (only for string tokens)