pub trait ReadNodeSet {
// Required method
fn contains(&self, node: NodeId) -> bool;
}
Expand description
A set of usize
with a known maximum value
pub trait ReadNodeSet {
// Required method
fn contains(&self, node: NodeId) -> bool;
}
A set of usize
with a known maximum value