Trait petgraph::visit::GraphBase
[−]
[src]
pub trait GraphBase {
type NodeId: Copy;
type EdgeId: Copy;
}Base graph trait: defines the associated node identifier and edge identifier types.