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.

Associated Types

node identifier

edge identifier

Implementors