Expand description
§Boolean value
The decoded boolean value kind.
Backs the boolean-valued properties and parameters (RFC 5545 3.3.2): the
case-insensitive tokens TRUE and FALSE. The value is kept as its raw
text so the original casing round-trips; use IcalBoolean::is_true to
read it as a bool. Pure data, no escaping; the owning property’s wire name
lives on crate::prop::IcalProp::name.
Structs§
- Ical
Boolean - A decoded boolean value (
TRUE/FALSE), kept as its raw text.