pub trait ComputeNodeIds {
    fn compute_node_ids(&self) -> (NodeIdFull, NodeIdShort);
}

Required Methods

Implementations on Foreign Types

Implementors