pub trait HasNode<'a, _Outlives = &'a Self>: Meta {
    type NodeType: Item<'a, Data = <Self as Meta>::Data, EdgeData = <Self as Meta>::EdgeData, Idx = <Self as Meta>::Idx>;
}

Required Associated Types

Implementors