Trait petgraph::visit::Visitable
[−]
[src]
pub trait Visitable: Graphlike {
type Map: VisitMap<Self::NodeId>;
fn visit_map(&self) -> Self::Map;
}A graph that can create a visitor map.