pub type Nodes = BTreeSet<NodeID>;
A set of node identifiers.
pub struct Nodes { /* private fields */ }