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

The kind edges in the graph.

Provided methods

Implementations on Foreign Types

Implementors