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

pub trait Weight {
    fn infinity() -> Self;
}
Expand description

A weight-type usable in Dijkstra’s algorithm.

Required methods

The infinity value of this type.

Implementations on Foreign Types

Implementors