borrowed_format_item.rs |
A format item with borrowed data. |
4006 |
component.rs |
Part of a format description. |
1513 |
mod.rs |
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](crate::format_description::well_known) or obtained by using the
[`format_description!`](crate::macros::format_description) macro or a function listed below.
For examples, see the implementors of [Formattable](crate::formatting::Formattable),
e.g. [`well_known::Rfc3339`]. |
1146 |
modifier.rs |
Various modifiers for components. |
14002 |
owned_format_item.rs |
A format item with owned data. |
5206 |
parse |
|
|
well_known |
|
|