pub trait HasNodeId {
    fn node_id(&self) -> Option<NodeId>;
}

Required Methods

Implementations on Foreign Types

Implementors