Module time::format_description::parse::format_item

source ·
Available on (crate features formatting or parsing) and crate feature alloc only.
Expand description

Typed, validated representation of a parsed format description.

Macros§

Structs§

Enums§

Functions§

  • Parse a component from the AST, given its name and modifiers.
  • parse 🔒
    Parse an AST iterator into a sequence of format items.
  • Parse a modifier value using FromStr. Requires the modifier value to be valid UTF-8.