Trait munkres::WeightNum [] [src]

pub trait WeightNum: Ord + Eq + Copy + Sub<Output=Self> + Add<Output=Self> + Zero { }

Implementors