Trait petgraph::visit::Data

source ·
pub trait Data: GraphBase {
    type NodeWeight;
    type EdgeWeight;
}
Expand description

Define associated data for nodes and edges

Required Associated Types§

Implementations on Foreign Types§

Implementors§