[−][src]Trait petgraph::visit::GraphBase
Base graph trait: defines the associated node identifier and edge identifier types.
Associated Types
Loading content...Implementations on Foreign Types
impl<'a, G> GraphBase for &'a G where
G: GraphBase,
[src]
G: GraphBase,
impl<'a, G> GraphBase for &'a mut G where
G: GraphBase,
[src]
Loading content...G: GraphBase,
Implementors
impl<'a, G> GraphBase for Frozen<'a, G> where
G: GraphBase,
[src]
G: GraphBase,
impl<G, F> GraphBase for EdgeFiltered<G, F> where
G: GraphBase,
[src]
G: GraphBase,
impl<G, F> GraphBase for NodeFiltered<G, F> where
G: GraphBase,
[src]
G: GraphBase,
impl<G: GraphBase> GraphBase for Reversed<G>
[src]
impl<N, E, Ty> GraphBase for GraphMap<N, E, Ty> where
N: Copy + PartialEq,
[src]
N: Copy + PartialEq,
impl<N, E, Ty, Ix> GraphBase for Csr<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
[src]
Ty: EdgeType,
Ix: IndexType,
impl<N, E, Ty, Ix> GraphBase for Graph<N, E, Ty, Ix> where
Ix: IndexType,
[src]
Ix: IndexType,
impl<N, E, Ty, Ix> GraphBase for StableGraph<N, E, Ty, Ix> where
Ix: IndexType,
[src]
Ix: IndexType,