pub struct Name(/* private fields */);Expand description
A name in a content line (RFC 5545 §3.1), or any value satisfying the iana-token grammar.
The values of this type are non-empty strings whose characters are ASCII alphanumeric or hyphen (U+002D).