Skip to main content

MemberId

Type Alias MemberId 

Source
pub type MemberId = String;
Expand description

Stable identity of a cluster member, matching the election membership id (super::election::Member::id) and the replica/ack id namespace.

Aliased Typeยง

pub struct MemberId { /* private fields */ }