Trait traitgraph::algo::dijkstra::WeightedEdgeData[][src]

pub trait WeightedEdgeData {
    fn weight(&self) -> usize;
}
Expand description

Edge data that has a weight usable for shortest path computation.

Required methods

The weight of the edge.

Implementations on Foreign Types

Implementors