pub trait NodeToSet {
// Required methods
fn N2S(&self, s: u64, d: &[u64]) -> Vec<NodePath<'_>>;
fn node_to_set(&self, s: u64, d: &[u64]) -> Vec<NodePath<'_>>;
}
pub trait NodeToSet {
// Required methods
fn N2S(&self, s: u64, d: &[u64]) -> Vec<NodePath<'_>>;
fn node_to_set(&self, s: u64, d: &[u64]) -> Vec<NodePath<'_>>;
}