pub type DiscussionId = String;Expand description
Stable opaque identifier for a discussion. Generated server-side at open
time. We use a String rather than ChangeId to leave room for whatever
id scheme the discussion service ends up choosing (likely a UUID).
Aliased Typeยง
pub struct DiscussionId { /* private fields */ }