Module time::format_description::parse::format_item

source ยท
Expand description

Typed, validated representation of a parsed format description.

Macrosยง

Structsยง

Enumsยง

Functionsยง

  • component_from_ast ๐Ÿ”’
    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.