Trait petgraph::algo::BoundedMeasure[][src]

pub trait BoundedMeasure: Measure + Sub<Self, Output = Self> {
    fn min() -> Self;
fn max() -> Self;
fn overflowing_add(self, rhs: Self) -> (Self, bool); }

Required methods

Implementations on Foreign Types

Implementors