Trait petgraph::visit::Data [−][src]
pub trait Data: GraphBase {
type NodeWeight;
type EdgeWeight;
}
Expand description
Define associated data for nodes and edges
pub trait Data: GraphBase {
type NodeWeight;
type EdgeWeight;
}
Define associated data for nodes and edges