Trait petgraph::visit::FilterEdge
[−]
[src]
pub trait FilterEdge<Edge> {
fn include_edge(&self, edge: Edge) -> bool;
}A graph filter for edges
Required Methods
fn include_edge(&self, edge: Edge) -> bool
Return true to have the edge be part of the graph