Module time::format_description
source ยท 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ยง
- borrowed_format_item ๐A format item with borrowed data.
- component ๐Part of a format description.
- Various modifiers for components.
- owned_format_item ๐A format item with owned data.
- parse ๐Parser for format descriptions.
- Well-known formats, typically standards.
Enumsยง
- A complete description of how to format and parse a type.
- A component of a larger format description.
- A complete description of how to format and parse a type.
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ยง
- FormatItemDeprecatedA complete description of how to format and parse a type.