[][src]Trait plumcast::node::GenerateLocalNodeId

pub trait GenerateLocalNodeId: Send + Sync + 'static {
    fn generate_local_node_id(&self) -> LocalNodeId;
}

This trait allows for generating the identifiers of the local nodes that belong to a Service.

Required methods

fn generate_local_node_id(&self) -> LocalNodeId

Generates an identifier that will be assigned to a new local node that belongs to a Service.

Loading content...

Implementors

Loading content...