RawNode

Trait RawNode 

Source
pub trait RawNode<T> {
    type Key: RawIndex;
}
Expand description

RawNode is a trait that defines the behavior of a node in a hypergraph.

Required Associated Types§

Implementors§

Source§

impl<T, Idx> RawNode<T> for Node<T, Idx>
where Idx: RawIndex,

Source§

type Key = Idx