Trait petgraph::visit::Data [] [src]

pub trait Data: GraphBase {
    type NodeWeight;
    type EdgeWeight;
}

Define associated data for nodes and edges

Associated Types

Implementations on Foreign Types

impl<'a, G> Data for &'a G where
    G: Data
[src]

impl<'a, G> Data for &'a mut G where
    G: Data
[src]

Implementors