pub trait RawNode<T> { type Key: RawIndex; }
RawNode is a trait that defines the behavior of a node in a hypergraph.
RawNode