Trait petgraph::visit::GraphProp [−][src]
pub trait GraphProp: GraphBase { type EdgeType: EdgeType; fn is_directed(&self) -> bool { ... } }
Expand description
Edge kind property (directed or undirected edges)
Associated Types
Provided methods
fn is_directed(&self) -> bool[src]
Implementations on Foreign Types
Implementors
impl<N, E, Ty> GraphProp for GraphMap<N, E, Ty> where
N: NodeTrait,
Ty: EdgeType, [src]
impl<N, E, Ty> GraphProp for GraphMap<N, E, Ty> where
N: NodeTrait,
Ty: EdgeType, [src]type EdgeType = Ty
impl<N, E, Ty, Ix> GraphProp for Csr<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType, [src]
impl<N, E, Ty, Ix> GraphProp for Csr<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType, [src]type EdgeType = Ty
impl<N, E, Ty, Ix> GraphProp for Graph<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType, [src]
impl<N, E, Ty, Ix> GraphProp for Graph<N, E, Ty, Ix> where
Ty: EdgeType,
Ix: IndexType, [src]