[−][src]Trait petgraph::visit::GraphProp
Edge kind property (directed or undirected edges)
Associated Types
Loading content...Provided methods
fn is_directed(&self) -> bool
Implementations on Foreign Types
impl<'a, G> GraphProp for &'a G where
G: GraphProp,
[src]
Loading content...G: GraphProp,
Implementors
impl<'a, G> GraphProp for Frozen<'a, G> where
G: GraphProp,
[src]
G: GraphProp,
impl<G> GraphProp for Reversed<G> where
G: GraphProp,
[src]
G: GraphProp,
impl<G, F> GraphProp for EdgeFiltered<G, F> where
G: GraphProp,
[src]
G: GraphProp,
impl<G, F> GraphProp for NodeFiltered<G, F> where
G: GraphProp,
[src]
G: GraphProp,
impl<N, E, Ty> GraphProp for GraphMap<N, E, Ty> where
N: NodeTrait,
Ty: EdgeType,
[src]
N: NodeTrait,
Ty: EdgeType,
type EdgeType = Ty
impl<N, E, Ty, Ix> GraphProp for Csr<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
[src]
Ty: EdgeType,
Ix: IndexType,
type EdgeType = Ty
impl<N, E, Ty, Ix> GraphProp for Graph<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
[src]
Ty: EdgeType,
Ix: IndexType,
type EdgeType = Ty
impl<N, E, Ty, Ix> GraphProp for StableGraph<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType,
[src]
Ty: EdgeType,
Ix: IndexType,