pub trait GetNodeId {
    fn get_id(&self) -> NodeId;
}

Required Methods§

Implementors§