[][src]Trait graph_traits::GraphBase

pub trait GraphBase {
    type NodeID: Copy;
    type EdgeID: Copy;
}

Associated Types

Loading content...

Implementors

impl<T> GraphBase for T where
    T: PetgraphGraphBase
[src]

type NodeID = T::NodeId

type EdgeID = T::EdgeId

Loading content...