pub trait HasNodeId: Sealed { // Required method fn node_id(&self) -> NodeId; }
Returns the NodeId of the identifiable node
NodeId