Trait munkres::WeightNum [] [src]

pub trait WeightNum: PartialOrd + Copy + Sub<Output=Self> + Add<Output=Self> + Zero {
    fn is_zero(&self) -> bool { ... }
}

Provided Methods

fn is_zero(&self) -> bool

Implementors