Expand description

Description of how types should be formatted and parsed.

The formatted value will be output to the provided writer. Format descriptions can be well-known or obtained by using the format_description! macro or a function listed below.

For examples, see the implementors of Formattable, e.g. well_known::Rfc3339.

Modules

Enums

Functions

  • Parse a sequence of items from the format description.
  • Parse a sequence of items from the format description.
  • Parse a sequence of items from the format description.

Type Aliases

  • FormatItemDeprecated
    A complete description of how to format and parse a type.