pub struct Text(/* private fields */);Expand description
A textual value (RFC 5545 §3.3.11).
This is the subset of str values that are permissible TEXT property values in iCalendar:
all strings that do not contain ASCII control characters other than HTAB (U+0009) and
LF (U+000A).