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§
- modifier
 - Various modifiers for components.
 - well_
known  - Well-known formats, typically standards.
 
Enums§
- Borrowed
Format Item  - A complete description of how to format and parse a type.
 - Component
 - A component of a larger format description.
 - Owned
Format Item  - A complete description of how to format and parse a type.
 
Functions§
- parse
 - Parse a sequence of items from the format description.
 - parse_
borrowed  - Parse a sequence of items from the format description.
 - parse_
owned  - Parse a sequence of items from the format description.
 - parse_
strftime_ borrowed  - Parse a sequence of items from the 
strftimeformat description. - parse_
strftime_ owned  - Parse a sequence of items from the 
strftimeformat description.