[][src]Trait graph_traits::GraphNodeIndexable

pub trait GraphNodeIndexable<N>: GraphBase {
    pub fn node(&self, id: Self::NodeID) -> &N;
}

Required methods

pub fn node(&self, id: Self::NodeID) -> &N[src]

Loading content...

Implementors

impl<N, T> GraphNodeIndexable<N> for T where
    T: PetgraphDataMap + PetgraphData<NodeWeight = N>, 
[src]

Loading content...