Trait linear_assignment::Weight [] [src]

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

Implementors