pub trait NodeIdProver { // Required method fn node_id(&self) -> &NodeId; }
A trait that provides the NodeId
NodeId
Returns the NodeId