Trait coupe::GreedyWeight

source ·
pub trait GreedyWeightwhere
    Self: PartialOrd + Zero + Clone + AddAssign,{ }
Expand description

Trait alias for values accepted as weights by Greedy.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> GreedyWeight for Twhere Self: PartialOrd + Zero + Clone + AddAssign,