[−][src]Trait traitgraph::algo::traversal::ForbiddenSubgraph
A type with this trait can tell if a node or edge is forbidden in a graph traversal.
Required methods
pub fn is_node_forbidden(&self, node: Graph::NodeIndex) -> bool[src]
Returns true if the given node is forbidden.
pub fn is_edge_forbidden(&self, edge: Graph::EdgeIndex) -> bool[src]
Returns true if the given edge is forbidden.