pub type NodeId = String;
Unique identifier for a connected node (socket path or ip:port)
pub struct NodeId { /* private fields */ }