Trait petgraph::visit::GraphBase [] [src]

pub trait GraphBase {
    type NodeId: Copy;
    type EdgeId: Copy;
}

Base graph trait

Associated Types

node identifier

edge identifier

Implementors