pub struct Uid(/* private fields */);Expand description
A globally unique identifier.
This type is used by both JSCalendar (RFC 8984 §4.1.1) and iCalendar (RFC 5545 §3.8.4.7). The value is an arbitrary non-empty string with no particular format required. Uniqueness is a semantic property and is not enforced by this type.