constellation/value_objects/participant_id

Stable participant identities used across subscriptions.

Types

Identifies one participant that may own multiple subscriptions.

pub opaque type ParticipantId

Values

pub fn new(id: String) -> ParticipantId

Creates a participant identity.

pub fn to_string(id: ParticipantId) -> String

Returns the identity’s string representation.

Search Document